Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.sunwenjieIT |
ArtifactId | ArtifactIdspring-boot-webmvc-version-mapping |
Version | Version1.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.sunwenjieIT/spring-boot-webmvc-version-mapping/ -->
<dependency>
<groupId>io.github.sunwenjieIT</groupId>
<artifactId>spring-boot-webmvc-version-mapping</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sunwenjieIT/spring-boot-webmvc-version-mapping/
implementation 'io.github.sunwenjieIT:spring-boot-webmvc-version-mapping:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.sunwenjieIT/spring-boot-webmvc-version-mapping/
implementation ("io.github.sunwenjieIT:spring-boot-webmvc-version-mapping:1.0.2-RELEASE")
'io.github.sunwenjieIT:spring-boot-webmvc-version-mapping:jar:1.0.2-RELEASE'
<dependency org="io.github.sunwenjieIT" name="spring-boot-webmvc-version-mapping" rev="1.0.2-RELEASE">
<artifact name="spring-boot-webmvc-version-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sunwenjieIT', module='spring-boot-webmvc-version-mapping', version='1.0.2-RELEASE')
)
libraryDependencies += "io.github.sunwenjieIT" % "spring-boot-webmvc-version-mapping" % "1.0.2-RELEASE"
[io.github.sunwenjieIT/spring-boot-webmvc-version-mapping "1.0.2-RELEASE"]