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