GroupId | GroupIdtech.mhuang |
---|---|
ArtifactId | ArtifactIdhmtool-ext-springboot |
Version | Version1.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-springboot/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-ext-springboot</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-springboot/
implementation 'tech.mhuang:hmtool-ext-springboot:1.3.2'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-springboot/
implementation ("tech.mhuang:hmtool-ext-springboot:1.3.2")
'tech.mhuang:hmtool-ext-springboot:jar:1.3.2'
<dependency org="tech.mhuang" name="hmtool-ext-springboot" rev="1.3.2">
<artifact name="hmtool-ext-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-ext-springboot', version='1.3.2')
)
libraryDependencies += "tech.mhuang" % "hmtool-ext-springboot" % "1.3.2"
[tech.mhuang/hmtool-ext-springboot "1.3.2"]