GroupId | GroupIdorg.jaitools |
---|---|
ArtifactId | ArtifactIdjt-classifiedstats |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
jt-classifiedstats-1.4.0.pom | |
jt-classifiedstats-1.4.0.jar | 22 KB |
jt-classifiedstats-1.4.0-sources.jar | 24 KB |
jt-classifiedstats-1.4.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaitools/jt-classifiedstats/ -->
<dependency>
<groupId>org.jaitools</groupId>
<artifactId>jt-classifiedstats</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-classifiedstats/
implementation 'org.jaitools:jt-classifiedstats:1.4.0'
// https://jarcasting.com/artifacts/org.jaitools/jt-classifiedstats/
implementation ("org.jaitools:jt-classifiedstats:1.4.0")
'org.jaitools:jt-classifiedstats:jar:1.4.0'
<dependency org="org.jaitools" name="jt-classifiedstats" rev="1.4.0">
<artifact name="jt-classifiedstats" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-classifiedstats', version='1.4.0')
)
libraryDependencies += "org.jaitools" % "jt-classifiedstats" % "1.4.0"
[org.jaitools/jt-classifiedstats "1.4.0"]