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