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