GroupId | GroupIdorg.n52.iceland |
---|---|
ArtifactId | ArtifactIdstatistics |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
statistics-1.2.0.pom | |
statistics-1.2.0.jar | 79 KB |
statistics-1.2.0-tests.jar | 25 KB |
statistics-1.2.0-sources.jar | 64 KB |
statistics-1.2.0-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.n52.iceland/statistics/ -->
<dependency>
<groupId>org.n52.iceland</groupId>
<artifactId>statistics</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.n52.iceland/statistics/
implementation 'org.n52.iceland:statistics:1.2.0'
// https://jarcasting.com/artifacts/org.n52.iceland/statistics/
implementation ("org.n52.iceland:statistics:1.2.0")
'org.n52.iceland:statistics:jar:1.2.0'
<dependency org="org.n52.iceland" name="statistics" rev="1.2.0">
<artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.n52.iceland', module='statistics', version='1.2.0')
)
libraryDependencies += "org.n52.iceland" % "statistics" % "1.2.0"
[org.n52.iceland/statistics "1.2.0"]