License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks JSON Data |
GroupId | GroupIdorg.gwt-jsonmaker |
ArtifactId | ArtifactIdgwt-jsonmaker |
Version | Version1.3.0 |
Type | Typejar |
Description |
Descriptiongwt-jsonmaker
jsonmaker provides an interface to serialize POJOs to JSON and vice-versa gwt-jsonmaker is derived from gwt-jsonizer(http://code.google.com/p/gwt-jsonizer).
Please also visit https://code.google.com/archive/p/gwt-jsonmaker/ for more information.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-jsonmaker-1.3.0.pom | |
gwt-jsonmaker-1.3.0.jar | 86 KB |
gwt-jsonmaker-1.3.0-sources.jar | 38 KB |
gwt-jsonmaker-1.3.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.gwt-jsonmaker/gwt-jsonmaker/ -->
<dependency>
<groupId>org.gwt-jsonmaker</groupId>
<artifactId>gwt-jsonmaker</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gwt-jsonmaker/gwt-jsonmaker/
implementation 'org.gwt-jsonmaker:gwt-jsonmaker:1.3.0'
// https://jarcasting.com/artifacts/org.gwt-jsonmaker/gwt-jsonmaker/
implementation ("org.gwt-jsonmaker:gwt-jsonmaker:1.3.0")
'org.gwt-jsonmaker:gwt-jsonmaker:jar:1.3.0'
<dependency org="org.gwt-jsonmaker" name="gwt-jsonmaker" rev="1.3.0">
<artifact name="gwt-jsonmaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gwt-jsonmaker', module='gwt-jsonmaker', version='1.3.0')
)
libraryDependencies += "org.gwt-jsonmaker" % "gwt-jsonmaker" % "1.3.0"
[org.gwt-jsonmaker/gwt-jsonmaker "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.8.0 |
com.google.gwt : gwt-dev | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |