GroupId | GroupIdcom.twitter.common |
---|---|
ArtifactId | ArtifactIdstat |
Version | Version0.0.74 |
Type | Typejar |
Filename | Size |
---|---|
stat-0.0.74.pom | |
stat-0.0.74.jar | 2 KB |
stat-0.0.74-sources.jar | 1 KB |
stat-0.0.74-javadoc.jar | 21 KB |
stat-0.0.74-CHANGELOG.txt | 29 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.common/stat/ -->
<dependency>
<groupId>com.twitter.common</groupId>
<artifactId>stat</artifactId>
<version>0.0.74</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.common/stat/
implementation 'com.twitter.common:stat:0.0.74'
// https://jarcasting.com/artifacts/com.twitter.common/stat/
implementation ("com.twitter.common:stat:0.0.74")
'com.twitter.common:stat:jar:0.0.74'
<dependency org="com.twitter.common" name="stat" rev="0.0.74">
<artifact name="stat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.common', module='stat', version='0.0.74')
)
libraryDependencies += "com.twitter.common" % "stat" % "0.0.74"
[com.twitter.common/stat "0.0.74"]