GroupId | GroupIdio.github.rothschil |
---|---|
ArtifactId | ArtifactIdpersistence-jpa |
Version | Version1.2.1.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/persistence-jpa/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>persistence-jpa</artifactId>
<version>1.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-jpa/
implementation 'io.github.rothschil:persistence-jpa:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-jpa/
implementation ("io.github.rothschil:persistence-jpa:1.2.1.RELEASE")
'io.github.rothschil:persistence-jpa:pom:1.2.1.RELEASE'
<dependency org="io.github.rothschil" name="persistence-jpa" rev="1.2.1.RELEASE">
<artifact name="persistence-jpa" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='persistence-jpa', version='1.2.1.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "persistence-jpa" % "1.2.1.RELEASE"
[io.github.rothschil/persistence-jpa "1.2.1.RELEASE"]