Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.paulcwarren |
ArtifactId | ArtifactIdcontent-rest-spring-boot-starter |
Version | Version1.1.0.M5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/content-rest-spring-boot-starter/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>content-rest-spring-boot-starter</artifactId>
<version>1.1.0.M5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/content-rest-spring-boot-starter/
implementation 'com.github.paulcwarren:content-rest-spring-boot-starter:1.1.0.M5'
// https://jarcasting.com/artifacts/com.github.paulcwarren/content-rest-spring-boot-starter/
implementation ("com.github.paulcwarren:content-rest-spring-boot-starter:1.1.0.M5")
'com.github.paulcwarren:content-rest-spring-boot-starter:jar:1.1.0.M5'
<dependency org="com.github.paulcwarren" name="content-rest-spring-boot-starter" rev="1.1.0.M5">
<artifact name="content-rest-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='content-rest-spring-boot-starter', version='1.1.0.M5')
)
libraryDependencies += "com.github.paulcwarren" % "content-rest-spring-boot-starter" % "1.1.0.M5"
[com.github.paulcwarren/content-rest-spring-boot-starter "1.1.0.M5"]