License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.zappos |
ArtifactId | ArtifactIdzappos-json |
Version | Version0.1-alpha |
Type | Typejar |
Description |
DescriptionZappos JSON
Zappos-json is a Java library that can be used to convert plain old Java objects (POJO)
into their JSON representation, and vice versa. It uses code generation technique
to improve the performance by inlining serialization-related code into a generated class file.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zappos-json-0.1-alpha.pom | |
zappos-json-0.1-alpha.jar | 66 KB |
zappos-json-0.1-alpha-sources.jar | 46 KB |
zappos-json-0.1-alpha-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zappos/zappos-json/ -->
<dependency>
<groupId>com.zappos</groupId>
<artifactId>zappos-json</artifactId>
<version>0.1-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.zappos/zappos-json/
implementation 'com.zappos:zappos-json:0.1-alpha'
// https://jarcasting.com/artifacts/com.zappos/zappos-json/
implementation ("com.zappos:zappos-json:0.1-alpha")
'com.zappos:zappos-json:jar:0.1-alpha'
<dependency org="com.zappos" name="zappos-json" rev="0.1-alpha">
<artifact name="zappos-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zappos', module='zappos-json', version='0.1-alpha')
)
libraryDependencies += "com.zappos" % "zappos-json" % "0.1-alpha"
[com.zappos/zappos-json "0.1-alpha"]
Group / Artifact | Type | Version |
---|---|---|
org.javassist : javassist | jar | 3.20.0-GA |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |