| Группа | Группаorg.terracotta |
|---|---|
| Идентификатор | Идентификаторstatistics |
| Версия | Версия1.4.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| statistics-1.4.3.pom | |
| statistics-1.4.3.jar | 163 KB |
| statistics-1.4.3-sources.jar | 119 KB |
| statistics-1.4.3-javadoc.jar | 421 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.terracotta/statistics/ -->
<dependency>
<groupId>org.terracotta</groupId>
<artifactId>statistics</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.terracotta/statistics/
implementation 'org.terracotta:statistics:1.4.3'
// https://jarcasting.com/artifacts/org.terracotta/statistics/
implementation ("org.terracotta:statistics:1.4.3")
'org.terracotta:statistics:jar:1.4.3'
<dependency org="org.terracotta" name="statistics" rev="1.4.3">
<artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.terracotta', module='statistics', version='1.4.3')
)
libraryDependencies += "org.terracotta" % "statistics" % "1.4.3"
[org.terracotta/statistics "1.4.3"]