License |
License |
---|---|
GroupId | GroupIdcom.github.fluentxml4j |
ArtifactId | ArtifactIdfluentxml4j |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionFluentXML4J
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-1.0.3.pom | |
fluentxml4j-1.0.3.jar | 28 KB |
fluentxml4j-1.0.3-sources.jar | 17 KB |
fluentxml4j-1.0.3-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j/ -->
<dependency>
<groupId>com.github.fluentxml4j</groupId>
<artifactId>fluentxml4j</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j/
implementation 'com.github.fluentxml4j:fluentxml4j:1.0.3'
// https://jarcasting.com/artifacts/com.github.fluentxml4j/fluentxml4j/
implementation ("com.github.fluentxml4j:fluentxml4j:1.0.3")
'com.github.fluentxml4j:fluentxml4j:jar:1.0.3'
<dependency org="com.github.fluentxml4j" name="fluentxml4j" rev="1.0.3">
<artifact name="fluentxml4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluentxml4j', module='fluentxml4j', version='1.0.3')
)
libraryDependencies += "com.github.fluentxml4j" % "fluentxml4j" % "1.0.3"
[com.github.fluentxml4j/fluentxml4j "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |