GroupId | GroupIdio.github.pedegie |
---|---|
ArtifactId | ArtifactIdstats |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
stats-1.0.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pedegie/stats/ -->
<dependency>
<groupId>io.github.pedegie</groupId>
<artifactId>stats</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pedegie/stats/
implementation 'io.github.pedegie:stats:1.0.3'
// https://jarcasting.com/artifacts/io.github.pedegie/stats/
implementation ("io.github.pedegie:stats:1.0.3")
'io.github.pedegie:stats:pom:1.0.3'
<dependency org="io.github.pedegie" name="stats" rev="1.0.3">
<artifact name="stats" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pedegie', module='stats', version='1.0.3')
)
libraryDependencies += "io.github.pedegie" % "stats" % "1.0.3"
[io.github.pedegie/stats "1.0.3"]