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