GroupId | GroupIdorg.resthub |
---|---|
ArtifactId | ArtifactIdresthub-jpa |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
resthub-jpa-2.1.3.pom | |
resthub-jpa-2.1.3.jar | 5 KB |
resthub-jpa-2.1.3-sources.jar | 3 KB |
resthub-jpa-2.1.3-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-jpa/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-jpa</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-jpa/
implementation 'org.resthub:resthub-jpa:2.1.3'
// https://jarcasting.com/artifacts/org.resthub/resthub-jpa/
implementation ("org.resthub:resthub-jpa:2.1.3")
'org.resthub:resthub-jpa:jar:2.1.3'
<dependency org="org.resthub" name="resthub-jpa" rev="2.1.3">
<artifact name="resthub-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-jpa', version='2.1.3')
)
libraryDependencies += "org.resthub" % "resthub-jpa" % "2.1.3"
[org.resthub/resthub-jpa "2.1.3"]