is not current version
Last Version 0.0.3

com.marcoeckstein:autoannotator 0.0.1

A metaprogramming tool for automatically annotating types with validation constraints, JPA annotations and arbitrary other annotations.

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.marcoeckstein
ArtifactId

ArtifactId

autoannotator
Version

Version

0.0.1
Type

Type

pom

Download autoannotator 0.0.1

Filename Size
autoannotator-0.0.1.pom 19 KB
Browse

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