License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.annotationpro |
ArtifactId | ArtifactIdannotationpro-format |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionAnnotation PRO Format Library
Library to read and write Annotation Pro files
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotationpro-format-1.2.pom | |
annotationpro-format-1.2.jar | 17 KB |
annotationpro-format-1.2-sources.jar | 10 KB |
annotationpro-format-1.2-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.annotationpro/annotationpro-format/ -->
<dependency>
<groupId>org.annotationpro</groupId>
<artifactId>annotationpro-format</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.annotationpro/annotationpro-format/
implementation 'org.annotationpro:annotationpro-format:1.2'
// https://jarcasting.com/artifacts/org.annotationpro/annotationpro-format/
implementation ("org.annotationpro:annotationpro-format:1.2")
'org.annotationpro:annotationpro-format:jar:1.2'
<dependency org="org.annotationpro" name="annotationpro-format" rev="1.2">
<artifact name="annotationpro-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.annotationpro', module='annotationpro-format', version='1.2')
)
libraryDependencies += "org.annotationpro" % "annotationpro-format" % "1.2"
[org.annotationpro/annotationpro-format "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |