| License |
License |
|---|---|
| GroupId | GroupIdcom.getperka.flatpack |
| ArtifactId | ArtifactIdflatpack-core |
| Last Version | Last Version2.21.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFlatPack serialization code
An entity serialization framework
|
| Project Organization |
Project OrganizationPerka Inc. |
| Filename | Size |
|---|---|
| flatpack-core-2.21.0.pom | |
| flatpack-core-2.21.0.jar | 109 KB |
| flatpack-core-2.21.0-sources.jar | 84 KB |
| flatpack-core-2.21.0-javadoc.jar | 340 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-core/ -->
<dependency>
<groupId>com.getperka.flatpack</groupId>
<artifactId>flatpack-core</artifactId>
<version>2.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-core/
implementation 'com.getperka.flatpack:flatpack-core:2.21.0'
// https://jarcasting.com/artifacts/com.getperka.flatpack/flatpack-core/
implementation ("com.getperka.flatpack:flatpack-core:2.21.0")
'com.getperka.flatpack:flatpack-core:jar:2.21.0'
<dependency org="com.getperka.flatpack" name="flatpack-core" rev="2.21.0">
<artifact name="flatpack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getperka.flatpack', module='flatpack-core', version='2.21.0')
)
libraryDependencies += "com.getperka.flatpack" % "flatpack-core" % "2.21.0"
[com.getperka.flatpack/flatpack-core "2.21.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.2.1 |
| com.google.inject : guice | jar | 3.0 |
| org.slf4j : slf4j-api | jar | 1.7.3 |
| javax.inject : javax.inject | jar | 1 |
| javax.validation : validation-api | jar | 1.0.0.GA |
| joda-time : joda-time | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.3 |
| junit : junit | jar | 4.10 |
| org.easymock : easymock | jar | 3.1 |