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