GroupId | GroupIdcom.facebook.jcommon |
---|---|
ArtifactId | ArtifactIdstats |
Version | Version0.1.18 |
Type | Typejar |
Filename | Size |
---|---|
stats-0.1.18.pom | |
stats-0.1.18.jar | 134 KB |
stats-0.1.18-tests.jar | 86 KB |
stats-0.1.18-test-sources.jar | 60 KB |
stats-0.1.18-sources.jar | 94 KB |
stats-0.1.18-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.jcommon/stats/ -->
<dependency>
<groupId>com.facebook.jcommon</groupId>
<artifactId>stats</artifactId>
<version>0.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.jcommon/stats/
implementation 'com.facebook.jcommon:stats:0.1.18'
// https://jarcasting.com/artifacts/com.facebook.jcommon/stats/
implementation ("com.facebook.jcommon:stats:0.1.18")
'com.facebook.jcommon:stats:jar:0.1.18'
<dependency org="com.facebook.jcommon" name="stats" rev="0.1.18">
<artifact name="stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.jcommon', module='stats', version='0.1.18')
)
libraryDependencies += "com.facebook.jcommon" % "stats" % "0.1.18"
[com.facebook.jcommon/stats "0.1.18"]