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