x

x8l

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).
https://github.com/cyanpotion/x8l
MIT
Jin Xu
文件下载
文件名 操作
x8l-2.3.9.jar 下载
x8l-2.3.9.pom 下载
x8l-2.3.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.xenoamess</groupId>
  <artifactId>x8l</artifactId>
  <version>2.3.9</version>
</dependency>
Gradle Groovy
implementation 'com.xenoamess:x8l:2.3.9'
Gradle Kotlin
implementation("com.xenoamess:x8l:2.3.9")
Scala SBT
libraryDependencies += "com.xenoamess" % "x8l" % "2.3.9"
Groovy Grape
@Grapes(
  @Grab(group='com.xenoamess', module='x8l', version='2.3.9')
)
Apache Ivy
<dependency org="com.xenoamess" name="x8l" rev="2.3.9" />
Leiningen
[com.xenoamess/x8l "2.3.9"]
Apache Buildr
'com.xenoamess:x8l:jar:2.3.9'