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