is not current version
Last Version 1.0.0-alpha5

net.dankito.jpa.annotationreader:api 1.0-alpha3

API for jpa-apt

Categories

Categories

Net
GroupId

GroupId

net.dankito.jpa.annotationreader
ArtifactId

ArtifactId

api
Version

Version

1.0-alpha3
Type

Type

jar

Download api 1.0-alpha3


<!-- https://jarcasting.com/artifacts/net.dankito.jpa.annotationreader/api/ -->
<dependency>
    <groupId>net.dankito.jpa.annotationreader</groupId>
    <artifactId>api</artifactId>
    <version>1.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/net.dankito.jpa.annotationreader/api/
implementation 'net.dankito.jpa.annotationreader:api:1.0-alpha3'
// https://jarcasting.com/artifacts/net.dankito.jpa.annotationreader/api/
implementation ("net.dankito.jpa.annotationreader:api:1.0-alpha3")
'net.dankito.jpa.annotationreader:api:jar:1.0-alpha3'
<dependency org="net.dankito.jpa.annotationreader" name="api" rev="1.0-alpha3">
  <artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dankito.jpa.annotationreader', module='api', version='1.0-alpha3')
)
libraryDependencies += "net.dankito.jpa.annotationreader" % "api" % "1.0-alpha3"
[net.dankito.jpa.annotationreader/api "1.0-alpha3"]