Last Version

AutoAnnotator 0.0.3

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

License

License

MIT
Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.marcoeckstein
ArtifactId

ArtifactId

autoannotator
Version

Version

0.0.3
Type

Type

pom
Description

Description

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

Project URL

https://github.com/marco-eckstein/autoannotator
Source Code Management

Source Code Management

https://github.com/marco-eckstein/autoannotator

Download autoannotator 0.0.3

Filename Size
autoannotator-0.0.3.pom 18 KB
Browse

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.0
org.jetbrains.kotlin : kotlin-reflect jar 1.4.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.assertj : assertj-core jar 3.14.0
io.kotlintest : kotlintest-assertions jar 3.4.2

Project Modules

  • autoannotator-api
  • autoannotator-cli
  • autoannotator-core
  • autoannotator-maven-plugin