Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.lujian.cloud.boot |
ArtifactId | ArtifactIdcache-spring-boot-project |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
cache-spring-boot-project-0.0.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lujian.cloud.boot/cache-spring-boot-project/ -->
<dependency>
<groupId>org.lujian.cloud.boot</groupId>
<artifactId>cache-spring-boot-project</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lujian.cloud.boot/cache-spring-boot-project/
implementation 'org.lujian.cloud.boot:cache-spring-boot-project:0.0.2'
// https://jarcasting.com/artifacts/org.lujian.cloud.boot/cache-spring-boot-project/
implementation ("org.lujian.cloud.boot:cache-spring-boot-project:0.0.2")
'org.lujian.cloud.boot:cache-spring-boot-project:pom:0.0.2'
<dependency org="org.lujian.cloud.boot" name="cache-spring-boot-project" rev="0.0.2">
<artifact name="cache-spring-boot-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lujian.cloud.boot', module='cache-spring-boot-project', version='0.0.2')
)
libraryDependencies += "org.lujian.cloud.boot" % "cache-spring-boot-project" % "0.0.2"
[org.lujian.cloud.boot/cache-spring-boot-project "0.0.2"]