Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.paganini2008 |
ArtifactId | ArtifactIdreditools-spring-boot-starter |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/reditools-spring-boot-starter/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>reditools-spring-boot-starter</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/reditools-spring-boot-starter/
implementation 'com.github.paganini2008:reditools-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/com.github.paganini2008/reditools-spring-boot-starter/
implementation ("com.github.paganini2008:reditools-spring-boot-starter:2.0.2")
'com.github.paganini2008:reditools-spring-boot-starter:jar:2.0.2'
<dependency org="com.github.paganini2008" name="reditools-spring-boot-starter" rev="2.0.2">
<artifact name="reditools-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='reditools-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "com.github.paganini2008" % "reditools-spring-boot-starter" % "2.0.2"
[com.github.paganini2008/reditools-spring-boot-starter "2.0.2"]