| GroupId | GroupIdcom.testerum |
|---|---|
| ArtifactId | ArtifactIdcommon-stats |
| Version | Version5.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-stats-5.0.7.pom | |
| common-stats-5.0.7.jar | 16 KB |
| common-stats-5.0.7-sources.jar | 5 KB |
| common-stats-5.0.7-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/common-stats/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>common-stats</artifactId>
<version>5.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/common-stats/
implementation 'com.testerum:common-stats:5.0.7'
// https://jarcasting.com/artifacts/com.testerum/common-stats/
implementation ("com.testerum:common-stats:5.0.7")
'com.testerum:common-stats:jar:5.0.7'
<dependency org="com.testerum" name="common-stats" rev="5.0.7">
<artifact name="common-stats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='common-stats', version='5.0.7')
)
libraryDependencies += "com.testerum" % "common-stats" % "5.0.7"
[com.testerum/common-stats "5.0.7"]