Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks JSON Data |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdgwtprojsonserializer |
Version | Version1.0.0.beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/gwtprojsonserializer/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>gwtprojsonserializer</artifactId>
<version>1.0.0.beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/gwtprojsonserializer/
implementation 'org.atmosphere:gwtprojsonserializer:1.0.0.beta3'
// https://jarcasting.com/artifacts/org.atmosphere/gwtprojsonserializer/
implementation ("org.atmosphere:gwtprojsonserializer:1.0.0.beta3")
'org.atmosphere:gwtprojsonserializer:jar:1.0.0.beta3'
<dependency org="org.atmosphere" name="gwtprojsonserializer" rev="1.0.0.beta3">
<artifact name="gwtprojsonserializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='gwtprojsonserializer', version='1.0.0.beta3')
)
libraryDependencies += "org.atmosphere" % "gwtprojsonserializer" % "1.0.0.beta3"
[org.atmosphere/gwtprojsonserializer "1.0.0.beta3"]