License |
License |
---|---|
GroupId | GroupIdtech.mhuang.pacebox |
ArtifactId | ArtifactIdpacebox-core |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptiontool
no thrid tool
|
Project URL |
Project URL |
Filename | Size |
---|---|
pacebox-core-1.1.1.pom | |
pacebox-core-1.1.1.jar | 93 KB |
pacebox-core-1.1.1-sources.jar | 79 KB |
pacebox-core-1.1.1-javadoc.jar | 611 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-core/ -->
<dependency>
<groupId>tech.mhuang.pacebox</groupId>
<artifactId>pacebox-core</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-core/
implementation 'tech.mhuang.pacebox:pacebox-core:1.1.1'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-core/
implementation ("tech.mhuang.pacebox:pacebox-core:1.1.1")
'tech.mhuang.pacebox:pacebox-core:jar:1.1.1'
<dependency org="tech.mhuang.pacebox" name="pacebox-core" rev="1.1.1">
<artifact name="pacebox-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-core', version='1.1.1')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-core" % "1.1.1"
[tech.mhuang.pacebox/pacebox-core "1.1.1"]