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