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