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