| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.twitter |
| ArtifactId | ArtifactIdtormenta-core_2.9.3 |
| Version | Version0.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tormenta-core_2.9.3-0.7.0.pom | |
| tormenta-core_2.9.3-0.7.0.jar | 46 KB |
| tormenta-core_2.9.3-0.7.0-sources.jar | 9 KB |
| tormenta-core_2.9.3-0.7.0-javadoc.jar | 284 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/tormenta-core_2.9.3/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>tormenta-core_2.9.3</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/tormenta-core_2.9.3/
implementation 'com.twitter:tormenta-core_2.9.3:0.7.0'
// https://jarcasting.com/artifacts/com.twitter/tormenta-core_2.9.3/
implementation ("com.twitter:tormenta-core_2.9.3:0.7.0")
'com.twitter:tormenta-core_2.9.3:jar:0.7.0'
<dependency org="com.twitter" name="tormenta-core_2.9.3" rev="0.7.0">
<artifact name="tormenta-core_2.9.3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='tormenta-core_2.9.3', version='0.7.0')
)
libraryDependencies += "com.twitter" % "tormenta-core_2.9.3" % "0.7.0"
[com.twitter/tormenta-core_2.9.3 "0.7.0"]