Categories |
CategoriesGson Data JSON Jooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-gson |
Version | Version1.0.0.CR4 |
Type | Typejar |
Filename | Size |
---|---|
jooby-gson-1.0.0.CR4.pom | |
jooby-gson-1.0.0.CR4.jar | 6 KB |
jooby-gson-1.0.0.CR4-sources.jar | 4 KB |
jooby-gson-1.0.0.CR4-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-gson/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-gson</artifactId>
<version>1.0.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-gson/
implementation 'org.jooby:jooby-gson:1.0.0.CR4'
// https://jarcasting.com/artifacts/org.jooby/jooby-gson/
implementation ("org.jooby:jooby-gson:1.0.0.CR4")
'org.jooby:jooby-gson:jar:1.0.0.CR4'
<dependency org="org.jooby" name="jooby-gson" rev="1.0.0.CR4">
<artifact name="jooby-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-gson', version='1.0.0.CR4')
)
libraryDependencies += "org.jooby" % "jooby-gson" % "1.0.0.CR4"
[org.jooby/jooby-gson "1.0.0.CR4"]