GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdstatistics |
Version | Version2.6.2 |
Type | Typejar |
Filename | Size |
---|---|
statistics-2.6.2.pom | |
statistics-2.6.2.jar | 24 KB |
statistics-2.6.2-sources.jar | 16 KB |
statistics-2.6.2-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/statistics/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>statistics</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/statistics/
implementation 'com.mastfrog:statistics:2.6.2'
// https://jarcasting.com/artifacts/com.mastfrog/statistics/
implementation ("com.mastfrog:statistics:2.6.2")
'com.mastfrog:statistics:jar:2.6.2'
<dependency org="com.mastfrog" name="statistics" rev="2.6.2">
<artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='statistics', version='2.6.2')
)
libraryDependencies += "com.mastfrog" % "statistics" % "2.6.2"
[com.mastfrog/statistics "2.6.2"]