is not current version
Last Version 1.2

org.annotationpro:annotationpro-format 1.0

Library to read and write Annotation Pro files

Categories

Categories

ORM Data
GroupId

GroupId

org.annotationpro
ArtifactId

ArtifactId

annotationpro-format
Version

Version

1.0
Type

Type

jar

Download annotationpro-format 1.0


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