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