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