p

packable

An effective data interchange format and serialization framework.
https://github.com/BillyWei01/Packable
The MIT License
Billy Wei
Files download
File Operation
packable-1.1.0.jar download
packable-1.1.0.pom download
packable-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.billywei01</groupId>
  <artifactId>packable</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.billywei01:packable:1.1.0'
Gradle Kotlin
implementation("io.github.billywei01:packable:1.1.0")
Scala SBT
libraryDependencies += "io.github.billywei01" % "packable" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.billywei01', module='packable', version='1.1.0')
)
Apache Ivy
<dependency org="io.github.billywei01" name="packable" rev="1.1.0" />
Leiningen
[io.github.billywei01/packable "1.1.0"]
Apache Buildr
'io.github.billywei01:packable:jar:1.1.0'
Dependencies
The project has no third-party dependencies