Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks JSON Data |
---|---|
GroupId | GroupIdorg.jsonddl |
ArtifactId | ArtifactIdgwt-jso |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
gwt-jso-0.1.3.pom | |
gwt-jso-0.1.3.jar | 3 KB |
gwt-jso-0.1.3-sources.jar | 1 KB |
gwt-jso-0.1.3-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonddl/gwt-jso/ -->
<dependency>
<groupId>org.jsonddl</groupId>
<artifactId>gwt-jso</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonddl/gwt-jso/
implementation 'org.jsonddl:gwt-jso:0.1.3'
// https://jarcasting.com/artifacts/org.jsonddl/gwt-jso/
implementation ("org.jsonddl:gwt-jso:0.1.3")
'org.jsonddl:gwt-jso:jar:0.1.3'
<dependency org="org.jsonddl" name="gwt-jso" rev="0.1.3">
<artifact name="gwt-jso" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonddl', module='gwt-jso', version='0.1.3')
)
libraryDependencies += "org.jsonddl" % "gwt-jso" % "0.1.3"
[org.jsonddl/gwt-jso "0.1.3"]