| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.twitter |
| Идентификатор | Идентификаторchill-storm |
| Версия | Версия0.9.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| chill-storm-0.9.0.pom | |
| chill-storm-0.9.0.jar | 1 KB |
| chill-storm-0.9.0-sources.jar | 1 KB |
| chill-storm-0.9.0-javadoc.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.twitter/chill-storm/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>chill-storm</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/chill-storm/
implementation 'com.twitter:chill-storm:0.9.0'
// https://jarcasting.com/artifacts/com.twitter/chill-storm/
implementation ("com.twitter:chill-storm:0.9.0")
'com.twitter:chill-storm:jar:0.9.0'
<dependency org="com.twitter" name="chill-storm" rev="0.9.0">
<artifact name="chill-storm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='chill-storm', version='0.9.0')
)
libraryDependencies += "com.twitter" % "chill-storm" % "0.9.0"
[com.twitter/chill-storm "0.9.0"]