is not current version
Last Version 2.2.1

com.github.fluentxml4j:fluentxml4j-core 2.0.0

A fluent API for XML parsing, serialization and XPath querying in Java.

GroupId

GroupId

com.github.fluentxml4j
ArtifactId

ArtifactId

fluentxml4j-core
Version

Version

2.0.0
Type

Type

jar

Download fluentxml4j-core 2.0.0


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