<!-- https://jarcasting.com/artifacts/org.terracotta/statistics/ -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>statistics</artifactId>
<version>2.0,2</version>
</dependency>
// https://jarcasting.com/artifacts/org.terracotta/statistics/
implementation 'org.terracotta:statistics:2.0,2'
// https://jarcasting.com/artifacts/org.terracotta/statistics/
implementation ("org.terracotta:statistics:2.0,2")
'org.terracotta:statistics:jar:2.0,2'
<dependency org="org.terracotta" name="statistics" rev="2.0,2">
<artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.terracotta', module='statistics', version='2.0,2')
)
libraryDependencies += "org.terracotta" % "statistics" % "2.0,2"
[org.terracotta/statistics "2.0,2"]