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