GroupId | GroupIdtech.mhuang.pacebox |
---|---|
ArtifactId | ArtifactIdpacebox-springboot |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
pacebox-springboot-1.0.1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-springboot/ -->
<dependency>
<groupId>tech.mhuang.pacebox</groupId>
<artifactId>pacebox-springboot</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-springboot/
implementation 'tech.mhuang.pacebox:pacebox-springboot:1.0.1'
// https://jarcasting.com/artifacts/tech.mhuang.pacebox/pacebox-springboot/
implementation ("tech.mhuang.pacebox:pacebox-springboot:1.0.1")
'tech.mhuang.pacebox:pacebox-springboot:pom:1.0.1'
<dependency org="tech.mhuang.pacebox" name="pacebox-springboot" rev="1.0.1">
<artifact name="pacebox-springboot" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang.pacebox', module='pacebox-springboot', version='1.0.1')
)
libraryDependencies += "tech.mhuang.pacebox" % "pacebox-springboot" % "1.0.1"
[tech.mhuang.pacebox/pacebox-springboot "1.0.1"]