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