GroupId | GroupIdxmlbeans |
---|---|
ArtifactId | ArtifactIdxbean_xpath |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
xbean_xpath-2.2.0.pom | |
xbean_xpath-2.2.0.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xmlbeans/xbean_xpath/ -->
<dependency>
<groupId>xmlbeans</groupId>
<artifactId>xbean_xpath</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/xmlbeans/xbean_xpath/
implementation 'xmlbeans:xbean_xpath:2.2.0'
// https://jarcasting.com/artifacts/xmlbeans/xbean_xpath/
implementation ("xmlbeans:xbean_xpath:2.2.0")
'xmlbeans:xbean_xpath:jar:2.2.0'
<dependency org="xmlbeans" name="xbean_xpath" rev="2.2.0">
<artifact name="xbean_xpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='xmlbeans', module='xbean_xpath', version='2.2.0')
)
libraryDependencies += "xmlbeans" % "xbean_xpath" % "2.2.0"
[xmlbeans/xbean_xpath "2.2.0"]