GroupId | GroupIdcom.twitter.common |
---|---|
ArtifactId | ArtifactIdstats-registry |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
stats-registry-0.0.1.pom | |
stats-registry-0.0.1.jar | 3 KB |
stats-registry-0.0.1-sources.jar | 2 KB |
stats-registry-0.0.1-javadoc.jar | 20 KB |
stats-registry-0.0.1-CHANGELOG.txt | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.common/stats-registry/ -->
<dependency>
<groupId>com.twitter.common</groupId>
<artifactId>stats-registry</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.common/stats-registry/
implementation 'com.twitter.common:stats-registry:0.0.1'
// https://jarcasting.com/artifacts/com.twitter.common/stats-registry/
implementation ("com.twitter.common:stats-registry:0.0.1")
'com.twitter.common:stats-registry:jar:0.0.1'
<dependency org="com.twitter.common" name="stats-registry" rev="0.0.1">
<artifact name="stats-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.common', module='stats-registry', version='0.0.1')
)
libraryDependencies += "com.twitter.common" % "stats-registry" % "0.0.1"
[com.twitter.common/stats-registry "0.0.1"]