GroupId | GroupIdorg.ow2.opensuit |
---|---|
ArtifactId | ArtifactIdxmlmap-annotations |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
xmlmap-annotations-0.9.6.pom | |
xmlmap-annotations-0.9.6.jar | 12 KB |
xmlmap-annotations-0.9.6-sources.jar | 14 KB |
xmlmap-annotations-0.9.6-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.opensuit/xmlmap-annotations/ -->
<dependency>
<groupId>org.ow2.opensuit</groupId>
<artifactId>xmlmap-annotations</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/xmlmap-annotations/
implementation 'org.ow2.opensuit:xmlmap-annotations:0.9.6'
// https://jarcasting.com/artifacts/org.ow2.opensuit/xmlmap-annotations/
implementation ("org.ow2.opensuit:xmlmap-annotations:0.9.6")
'org.ow2.opensuit:xmlmap-annotations:jar:0.9.6'
<dependency org="org.ow2.opensuit" name="xmlmap-annotations" rev="0.9.6">
<artifact name="xmlmap-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='xmlmap-annotations', version='0.9.6')
)
libraryDependencies += "org.ow2.opensuit" % "xmlmap-annotations" % "0.9.6"
[org.ow2.opensuit/xmlmap-annotations "0.9.6"]