GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content-rest |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-content-rest-0.0.1.pom | |
spring-content-rest-0.0.1.jar | 32 KB |
spring-content-rest-0.0.1-sources.jar | 18 KB |
spring-content-rest-0.0.1-javadoc.jar | 131 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-rest/
implementation 'com.github.paulcwarren:spring-content-rest:0.0.1'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-rest/
implementation ("com.github.paulcwarren:spring-content-rest:0.0.1")
'com.github.paulcwarren:spring-content-rest:jar:0.0.1'
<dependency org="com.github.paulcwarren" name="spring-content-rest" rev="0.0.1">
<artifact name="spring-content-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-rest', version='0.0.1')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-rest" % "0.0.1"
[com.github.paulcwarren/spring-content-rest "0.0.1"]