GroupId | GroupIdio.github.wilson-he |
---|---|
ArtifactId | ArtifactIdweb-common-boot |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.wilson-he/web-common-boot/ -->
<dependency>
<groupId>io.github.wilson-he</groupId>
<artifactId>web-common-boot</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wilson-he/web-common-boot/
implementation 'io.github.wilson-he:web-common-boot:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.wilson-he/web-common-boot/
implementation ("io.github.wilson-he:web-common-boot:1.0.0.RELEASE")
'io.github.wilson-he:web-common-boot:jar:1.0.0.RELEASE'
<dependency org="io.github.wilson-he" name="web-common-boot" rev="1.0.0.RELEASE">
<artifact name="web-common-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wilson-he', module='web-common-boot', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.wilson-he" % "web-common-boot" % "1.0.0.RELEASE"
[io.github.wilson-he/web-common-boot "1.0.0.RELEASE"]