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