License |
License |
---|---|
GroupId | GroupIdcom.xenoamess |
ArtifactId | ArtifactIdx8l |
Version | Version2.3.6 |
Type | Typejar |
Description |
Descriptionx8l
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).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
x8l-2.3.6.pom | |
x8l-2.3.6.jar | 67 KB |
x8l-2.3.6-sources.jar | 48 KB |
x8l-2.3.6-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xenoamess/x8l/ -->
<dependency>
<groupId>com.xenoamess</groupId>
<artifactId>x8l</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.xenoamess/x8l/
implementation 'com.xenoamess:x8l:2.3.6'
// https://jarcasting.com/artifacts/com.xenoamess/x8l/
implementation ("com.xenoamess:x8l:2.3.6")
'com.xenoamess:x8l:jar:2.3.6'
<dependency org="com.xenoamess" name="x8l" rev="2.3.6">
<artifact name="x8l" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xenoamess', module='x8l', version='2.3.6')
)
libraryDependencies += "com.xenoamess" % "x8l" % "2.3.6"
[com.xenoamess/x8l "2.3.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-text | jar | 1.9 |
commons-io : commons-io | jar | 2.8.0 |
org.apache.commons : commons-vfs2 | jar | 2.8.0 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.dom4j : dom4j | jar | 2.1.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
com.fasterxml.jackson.module : jackson-module-parameter-names | jar | 2.12.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.3 |
com.xenoamess : commonx | jar | 0.13.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
org.apache.logging.log4j : log4j-api | jar | 2.14.1 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-bom | pom | 2.14.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 20.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |
org.xmlunit : xmlunit-core | jar | 2.8.2 |