p

packable

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