License |
License |
---|---|
GroupId | GroupIdio.github.billywei01 |
ArtifactId | ArtifactIdpackable |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpackable
An effective data interchange format and serialization framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
packable-1.0.2.pom | |
packable-1.0.2.jar | 35 KB |
packable-1.0.2-sources.jar | 21 KB |
packable-1.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.billywei01/packable/ -->
<dependency>
<groupId>io.github.billywei01</groupId>
<artifactId>packable</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.billywei01/packable/
implementation 'io.github.billywei01:packable:1.0.2'
// https://jarcasting.com/artifacts/io.github.billywei01/packable/
implementation ("io.github.billywei01:packable:1.0.2")
'io.github.billywei01:packable:jar:1.0.2'
<dependency org="io.github.billywei01" name="packable" rev="1.0.2">
<artifact name="packable" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.billywei01', module='packable', version='1.0.2')
)
libraryDependencies += "io.github.billywei01" % "packable" % "1.0.2"
[io.github.billywei01/packable "1.0.2"]