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