GroupId | GroupIdorg.terracotta |
---|---|
ArtifactId | ArtifactIdstatistics |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
statistics-2.0.5.pom | |
statistics-2.0.5.jar | 128 KB |
statistics-2.0.5-sources.jar | 94 KB |
statistics-2.0.5-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.terracotta/statistics/ -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>statistics</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.terracotta/statistics/
implementation 'org.terracotta:statistics:2.0.5'
// https://jarcasting.com/artifacts/org.terracotta/statistics/
implementation ("org.terracotta:statistics:2.0.5")
'org.terracotta:statistics:jar:2.0.5'
<dependency org="org.terracotta" name="statistics" rev="2.0.5">
<artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.terracotta', module='statistics', version='2.0.5')
)
libraryDependencies += "org.terracotta" % "statistics" % "2.0.5"
[org.terracotta/statistics "2.0.5"]