is not current version
Last Version 1.0.1

org.ow2.opensuit:xmlmap-core 1.0

XMLMap Core

GroupId

GroupId

org.ow2.opensuit
ArtifactId

ArtifactId

xmlmap-core
Version

Version

1.0
Type

Type

jar

Download xmlmap-core 1.0


<!-- https://jarcasting.com/artifacts/org.ow2.opensuit/xmlmap-core/ -->
<dependency>
    <groupId>org.ow2.opensuit</groupId>
    <artifactId>xmlmap-core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/xmlmap-core/
implementation 'org.ow2.opensuit:xmlmap-core:1.0'
// https://jarcasting.com/artifacts/org.ow2.opensuit/xmlmap-core/
implementation ("org.ow2.opensuit:xmlmap-core:1.0")
'org.ow2.opensuit:xmlmap-core:jar:1.0'
<dependency org="org.ow2.opensuit" name="xmlmap-core" rev="1.0">
  <artifact name="xmlmap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='xmlmap-core', version='1.0')
)
libraryDependencies += "org.ow2.opensuit" % "xmlmap-core" % "1.0"
[org.ow2.opensuit/xmlmap-core "1.0"]