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