| GroupId | GroupIdcom.github.daniel-shuy |
|---|---|
| ArtifactId | ArtifactIdjax-rs-jpa-crud |
| Version | Version3.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jax-rs-jpa-crud-3.1.0.pom | |
| jax-rs-jpa-crud-3.1.0.jar | 8 KB |
| jax-rs-jpa-crud-3.1.0-sources.jar | 6 KB |
| jax-rs-jpa-crud-3.1.0-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.daniel-shuy/jax-rs-jpa-crud/ -->
<dependency>
<groupId>com.github.daniel-shuy</groupId>
<artifactId>jax-rs-jpa-crud</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daniel-shuy/jax-rs-jpa-crud/
implementation 'com.github.daniel-shuy:jax-rs-jpa-crud:3.1.0'
// https://jarcasting.com/artifacts/com.github.daniel-shuy/jax-rs-jpa-crud/
implementation ("com.github.daniel-shuy:jax-rs-jpa-crud:3.1.0")
'com.github.daniel-shuy:jax-rs-jpa-crud:jar:3.1.0'
<dependency org="com.github.daniel-shuy" name="jax-rs-jpa-crud" rev="3.1.0">
<artifact name="jax-rs-jpa-crud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daniel-shuy', module='jax-rs-jpa-crud', version='3.1.0')
)
libraryDependencies += "com.github.daniel-shuy" % "jax-rs-jpa-crud" % "3.1.0"
[com.github.daniel-shuy/jax-rs-jpa-crud "3.1.0"]