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