GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content |
Version | Version1.0.0.M1 |
Type | Typepom |
Filename | Size |
---|---|
spring-content-1.0.0.M1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content</artifactId>
<version>1.0.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content/
implementation 'com.github.paulcwarren:spring-content:1.0.0.M1'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content/
implementation ("com.github.paulcwarren:spring-content:1.0.0.M1")
'com.github.paulcwarren:spring-content:pom:1.0.0.M1'
<dependency org="com.github.paulcwarren" name="spring-content" rev="1.0.0.M1">
<artifact name="spring-content" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content', version='1.0.0.M1')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content" % "1.0.0.M1"
[com.github.paulcwarren/spring-content "1.0.0.M1"]