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