Last Version

com.marcoeckstein:autoannotator-core 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-core
Version

Version

0.0.3
Type

Type

jar
Description

Description

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

Download autoannotator-core 0.0.3


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

Dependencies

compile (5)

Group / Artifact Type Version
com.marcoeckstein : autoannotator-api jar 0.0.3
org.slf4j : slf4j-api jar 1.7.29
org.javassist : javassist jar 3.24.0-GA
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.0
org.jetbrains.kotlin : kotlin-reflect jar 1.4.0

test (8)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.29
javax.validation : validation-api jar 2.0.1.Final
javax.persistence : javax.persistence-api jar 2.2
com.google.code.findbugs : jsr305 jar 3.0.2
com.google.guava : guava jar 28.1-jre
junit : junit jar 4.13.1
org.assertj : assertj-core jar 3.14.0
io.kotlintest : kotlintest-assertions jar 3.4.2

Project Modules

There are no modules declared in this project.