Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.annotationpro |
ArtifactId | ArtifactIdannotationpro-format |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
annotationpro-format-1.1.pom | |
annotationpro-format-1.1.jar | 17 KB |
annotationpro-format-1.1-sources.jar | 7 KB |
annotationpro-format-1.1-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.annotationpro/annotationpro-format/ -->
<dependency>
<groupId>org.annotationpro</groupId>
<artifactId>annotationpro-format</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.annotationpro/annotationpro-format/
implementation 'org.annotationpro:annotationpro-format:1.1'
// https://jarcasting.com/artifacts/org.annotationpro/annotationpro-format/
implementation ("org.annotationpro:annotationpro-format:1.1")
'org.annotationpro:annotationpro-format:jar:1.1'
<dependency org="org.annotationpro" name="annotationpro-format" rev="1.1">
<artifact name="annotationpro-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.annotationpro', module='annotationpro-format', version='1.1')
)
libraryDependencies += "org.annotationpro" % "annotationpro-format" % "1.1"
[org.annotationpro/annotationpro-format "1.1"]