Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.paulcwarren |
ArtifactId | ArtifactIdcontent-rest-spring-boot-starter |
Version | Version0 |
Type | Typejar |
Filename | Size |
---|---|
content-rest-spring-boot-starter-0.pom | |
content-rest-spring-boot-starter-0.jar | 1 KB |
content-rest-spring-boot-starter-0-sources.jar | 618 bytes |
Browse |
<!-- 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>0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/content-rest-spring-boot-starter/
implementation 'com.github.paulcwarren:content-rest-spring-boot-starter:0'
// https://jarcasting.com/artifacts/com.github.paulcwarren/content-rest-spring-boot-starter/
implementation ("com.github.paulcwarren:content-rest-spring-boot-starter:0")
'com.github.paulcwarren:content-rest-spring-boot-starter:jar:0'
<dependency org="com.github.paulcwarren" name="content-rest-spring-boot-starter" rev="0">
<artifact name="content-rest-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='content-rest-spring-boot-starter', version='0')
)
libraryDependencies += "com.github.paulcwarren" % "content-rest-spring-boot-starter" % "0"
[com.github.paulcwarren/content-rest-spring-boot-starter "0"]