GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content-rest |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-content-rest-0.9.0.pom | |
spring-content-rest-0.9.0.jar | 75 KB |
spring-content-rest-0.9.0-sources.jar | 40 KB |
spring-content-rest-0.9.0-javadoc.jar | 248 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-rest/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-rest</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-rest/
implementation 'com.github.paulcwarren:spring-content-rest:0.9.0'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-rest/
implementation ("com.github.paulcwarren:spring-content-rest:0.9.0")
'com.github.paulcwarren:spring-content-rest:jar:0.9.0'
<dependency org="com.github.paulcwarren" name="spring-content-rest" rev="0.9.0">
<artifact name="spring-content-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-rest', version='0.9.0')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-rest" % "0.9.0"
[com.github.paulcwarren/spring-content-rest "0.9.0"]