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