FluentXML4J Core Library

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

License

License

GroupId

GroupId

com.github.fluentxml4j
ArtifactId

ArtifactId

fluentxml4j-core
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download fluentxml4j-core

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.fluentxml4j : fluentxml4j-util jar 2.2.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
com.github.fluentxml4j : fluentxml4j-junit jar 2.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.1
2.1.0
2.0.0