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