is not current version
Last Version 0.0.5

com.github.microtweak:jac4e 0.0.2

Annotation processor to improve Enums usage in JPA

GroupId

GroupId

com.github.microtweak
ArtifactId

ArtifactId

jac4e
Version

Version

0.0.2
Type

Type

pom

Download jac4e 0.0.2

Filename Size
jac4e-0.0.2.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.microtweak/jac4e/ -->
<dependency>
    <groupId>com.github.microtweak</groupId>
    <artifactId>jac4e</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.microtweak/jac4e/
implementation 'com.github.microtweak:jac4e:0.0.2'
// https://jarcasting.com/artifacts/com.github.microtweak/jac4e/
implementation ("com.github.microtweak:jac4e:0.0.2")
'com.github.microtweak:jac4e:pom:0.0.2'
<dependency org="com.github.microtweak" name="jac4e" rev="0.0.2">
  <artifact name="jac4e" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.microtweak', module='jac4e', version='0.0.2')
)
libraryDependencies += "com.github.microtweak" % "jac4e" % "0.0.2"
[com.github.microtweak/jac4e "0.0.2"]