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