GroupId | GroupIdcom.genesys |
---|---|
ArtifactId | ArtifactIdstatistics |
Version | Version9.0.27 |
Type | Typejar |
Filename | Size |
---|---|
statistics-9.0.27.pom | |
statistics-9.0.27.jar | 127 KB |
statistics-9.0.27-sources.jar | 51 KB |
statistics-9.0.27-javadoc.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.genesys/statistics/ -->
<dependency>
<groupId>com.genesys</groupId>
<artifactId>statistics</artifactId>
<version>9.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.genesys/statistics/
implementation 'com.genesys:statistics:9.0.27'
// https://jarcasting.com/artifacts/com.genesys/statistics/
implementation ("com.genesys:statistics:9.0.27")
'com.genesys:statistics:jar:9.0.27'
<dependency org="com.genesys" name="statistics" rev="9.0.27">
<artifact name="statistics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.genesys', module='statistics', version='9.0.27')
)
libraryDependencies += "com.genesys" % "statistics" % "9.0.27"
[com.genesys/statistics "9.0.27"]