License |
License |
---|---|
GroupId | GroupIdcom.github.fluentxml4j |
ArtifactId | ArtifactIdfluentxml4j-parent |
Version | Version2.2.1 |
Type | Typepom |
Description |
DescriptionFluentXML4J Project
A fluent API for XML parsing, serialization and XPath querying in Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fluentxml4j-parent-2.2.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-parent/ -->
<dependency>
<groupId>com.github.fluentxml4j</groupId>
<artifactId>fluentxml4j-parent</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-parent/
implementation 'com.github.fluentxml4j:fluentxml4j-parent:2.2.1'
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j-parent/
implementation ("com.github.fluentxml4j:fluentxml4j-parent:2.2.1")
'com.github.fluentxml4j:fluentxml4j-parent:pom:2.2.1'
<dependency org="com.github.fluentxml4j" name="fluentxml4j-parent" rev="2.2.1">
<artifact name="fluentxml4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fluentxml4j', module='fluentxml4j-parent', version='2.2.1')
)
libraryDependencies += "com.github.fluentxml4j" % "fluentxml4j-parent" % "2.2.1"
[com.github.fluentxml4j/fluentxml4j-parent "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |