GroupId | GroupIdtech.mhuang.pacebox |
---|---|
ArtifactId | ArtifactIdpacebox-core |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
pacebox-core-1.0.6.pom | |
pacebox-core-1.0.6.jar | 62 KB |
pacebox-core-1.0.6-sources.jar | 56 KB |
pacebox-core-1.0.6-javadoc.jar | 439 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-core/ -->
<dependency>
<groupId>tech.mhuang.pacebox</groupId>
<artifactId>pacebox-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-core/
implementation 'tech.mhuang.pacebox:pacebox-core:1.0.6'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-core/
implementation ("tech.mhuang.pacebox:pacebox-core:1.0.6")
'tech.mhuang.pacebox:pacebox-core:jar:1.0.6'
<dependency org="tech.mhuang.pacebox" name="pacebox-core" rev="1.0.6">
<artifact name="pacebox-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-core', version='1.0.6')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-core" % "1.0.6"
[tech.mhuang.pacebox/pacebox-core "1.0.6"]