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