License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.lomagicode.spring.boot |
ArtifactId | ArtifactIdredlock-spring-boot |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
redlock-spring-boot-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lomagicode.spring.boot/redlock-spring-boot/ -->
<dependency>
<groupId>com.lomagicode.spring.boot</groupId>
<artifactId>redlock-spring-boot</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lomagicode.spring.boot/redlock-spring-boot/
implementation 'com.lomagicode.spring.boot:redlock-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.lomagicode.spring.boot/redlock-spring-boot/
implementation ("com.lomagicode.spring.boot:redlock-spring-boot:1.0.0")
'com.lomagicode.spring.boot:redlock-spring-boot:pom:1.0.0'
<dependency org="com.lomagicode.spring.boot" name="redlock-spring-boot" rev="1.0.0">
<artifact name="redlock-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lomagicode.spring.boot', module='redlock-spring-boot', version='1.0.0')
)
libraryDependencies += "com.lomagicode.spring.boot" % "redlock-spring-boot" % "1.0.0"
[com.lomagicode.spring.boot/redlock-spring-boot "1.0.0"]