Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.annotationpro |
ArtifactId | ArtifactIdannotationpro-format |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
annotationpro-format-1.0.pom | |
annotationpro-format-1.0.jar | 17 KB |
annotationpro-format-1.0-sources.jar | 5 KB |
annotationpro-format-1.0-javadoc.jar | 54 KB |
Browse |
<!-- 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"]