is not current version
Last Version 2.3.9

com.xenoamess:x8l 2.1.3

X8l format is a type of data format, it is designed to be replace of xml/json in most cases when you need the data be shorter(while remains readability).

GroupId

GroupId

com.xenoamess
ArtifactId

ArtifactId

x8l
Version

Version

2.1.3
Type

Type

jar

Download x8l 2.1.3


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