| License |
License |
|---|---|
| GroupId | GroupIdio.github.yniklas |
| ArtifactId | ArtifactIdPackman |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPackman
Packman packs Java objects meaningful to JSON objects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Packman-1.0.7.pom | |
| Packman-1.0.7.jar | 9 KB |
| Packman-1.0.7-sources.jar | 11 KB |
| Packman-1.0.7-javadoc.jar | 172 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.yniklas/Packman/ -->
<dependency>
<groupId>io.github.yniklas</groupId>
<artifactId>Packman</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yniklas/Packman/
implementation 'io.github.yniklas:Packman:1.0.7'
// https://jarcasting.com/artifacts/io.github.yniklas/Packman/
implementation ("io.github.yniklas:Packman:1.0.7")
'io.github.yniklas:Packman:jar:1.0.7'
<dependency org="io.github.yniklas" name="Packman" rev="1.0.7">
<artifact name="Packman" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yniklas', module='Packman', version='1.0.7')
)
libraryDependencies += "io.github.yniklas" % "Packman" % "1.0.7"
[io.github.yniklas/Packman "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20210307 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |