License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.github.zerkseez |
ArtifactId | ArtifactIdgwtpojo-core |
Version | Version1.0.0-ALPHA |
Type | Typejar |
Description |
Descriptioncom.github.zerkseez.gwtpojo-core
POJO-JSON serialization for GWT
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwtpojo-core-1.0.0-ALPHA.pom | |
gwtpojo-core-1.0.0-ALPHA.jar | 69 KB |
gwtpojo-core-1.0.0-ALPHA-sources.jar | 33 KB |
gwtpojo-core-1.0.0-ALPHA-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zerkseez/gwtpojo-core/ -->
<dependency>
<groupId>com.github.zerkseez</groupId>
<artifactId>gwtpojo-core</artifactId>
<version>1.0.0-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zerkseez/gwtpojo-core/
implementation 'com.github.zerkseez:gwtpojo-core:1.0.0-ALPHA'
// https://jarcasting.com/artifacts/com.github.zerkseez/gwtpojo-core/
implementation ("com.github.zerkseez:gwtpojo-core:1.0.0-ALPHA")
'com.github.zerkseez:gwtpojo-core:jar:1.0.0-ALPHA'
<dependency org="com.github.zerkseez" name="gwtpojo-core" rev="1.0.0-ALPHA">
<artifact name="gwtpojo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zerkseez', module='gwtpojo-core', version='1.0.0-ALPHA')
)
libraryDependencies += "com.github.zerkseez" % "gwtpojo-core" % "1.0.0-ALPHA"
[com.github.zerkseez/gwtpojo-core "1.0.0-ALPHA"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |