is not current version
Last Version 0.0.3

de.dbck.poc:poc-helloworld-jpa 0.0.2

Project ${project.artifactId}

GroupId

GroupId

de.dbck.poc
ArtifactId

ArtifactId

poc-helloworld-jpa
Version

Version

0.0.2
Type

Type

jar

Download poc-helloworld-jpa 0.0.2


<!-- https://jarcasting.com/artifacts/de.dbck.poc/poc-helloworld-jpa/ -->
<dependency>
    <groupId>de.dbck.poc</groupId>
    <artifactId>poc-helloworld-jpa</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.dbck.poc/poc-helloworld-jpa/
implementation 'de.dbck.poc:poc-helloworld-jpa:0.0.2'
// https://jarcasting.com/artifacts/de.dbck.poc/poc-helloworld-jpa/
implementation ("de.dbck.poc:poc-helloworld-jpa:0.0.2")
'de.dbck.poc:poc-helloworld-jpa:jar:0.0.2'
<dependency org="de.dbck.poc" name="poc-helloworld-jpa" rev="0.0.2">
  <artifact name="poc-helloworld-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dbck.poc', module='poc-helloworld-jpa', version='0.0.2')
)
libraryDependencies += "de.dbck.poc" % "poc-helloworld-jpa" % "0.0.2"
[de.dbck.poc/poc-helloworld-jpa "0.0.2"]