Light Weight Java XML Library

A light weight library for parsing / creating XML files in java

License

License

GroupId

GroupId

io.github.exaberries
ArtifactId

ArtifactId

lwjxl
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Light Weight Java XML Library
A light weight library for parsing / creating XML files in java

Download lwjxl

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0