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