GroupId | GroupIdorg.kie.modules |
---|---|
ArtifactId | ArtifactIdxmlpull |
Version | Version6.2.0.CR2 |
Type | Typejar |
Filename | Size |
---|---|
xmlpull-6.2.0.CR2.pom | 975 bytes |
xmlpull-6.2.0.CR2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/xmlpull/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>xmlpull</artifactId>
<version>6.2.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/xmlpull/
implementation 'org.kie.modules:xmlpull:6.2.0.CR2'
// https://jarcasting.com/artifacts/org.kie.modules/xmlpull/
implementation ("org.kie.modules:xmlpull:6.2.0.CR2")
'org.kie.modules:xmlpull:jar:6.2.0.CR2'
<dependency org="org.kie.modules" name="xmlpull" rev="6.2.0.CR2">
<artifact name="xmlpull" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='xmlpull', version='6.2.0.CR2')
)
libraryDependencies += "org.kie.modules" % "xmlpull" % "6.2.0.CR2"
[org.kie.modules/xmlpull "6.2.0.CR2"]