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.0.2.jar download
packable-1.0.2.pom download
packable-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.billywei01</groupId>
  <artifactId>packable</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.billywei01:packable:1.0.2'
Gradle Kotlin
implementation("io.github.billywei01:packable:1.0.2")
Scala SBT
libraryDependencies += "io.github.billywei01" % "packable" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.billywei01', module='packable', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.billywei01" name="packable" rev="1.0.2" />
Leiningen
[io.github.billywei01/packable "1.0.2"]
Apache Buildr
'io.github.billywei01:packable:jar:1.0.2'
Dependencies
The project has no third-party dependencies