License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.lomagicode.spring.boot |
ArtifactId | ArtifactIdredlock-spring-boot-autoconfigure |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.lomagicode.spring.boot/redlock-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.lomagicode.spring.boot</groupId>
<artifactId>redlock-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lomagicode.spring.boot/redlock-spring-boot-autoconfigure/
implementation 'com.lomagicode.spring.boot:redlock-spring-boot-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/com.lomagicode.spring.boot/redlock-spring-boot-autoconfigure/
implementation ("com.lomagicode.spring.boot:redlock-spring-boot-autoconfigure:1.0.0")
'com.lomagicode.spring.boot:redlock-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="com.lomagicode.spring.boot" name="redlock-spring-boot-autoconfigure" rev="1.0.0">
<artifact name="redlock-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lomagicode.spring.boot', module='redlock-spring-boot-autoconfigure', version='1.0.0')
)
libraryDependencies += "com.lomagicode.spring.boot" % "redlock-spring-boot-autoconfigure" % "1.0.0"
[com.lomagicode.spring.boot/redlock-spring-boot-autoconfigure "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.0.4.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.0.4.RELEASE |
org.apache.commons : commons-pool2 | jar | 2.5.0 |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.0.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.4.RELEASE |