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