| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON Jooby User Interface Web Frameworks |
| GroupId | GroupIdorg.jooby |
| ArtifactId | ArtifactIdjooby-gson |
| Last Version | Last Version1.6.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongson module
A modular micro web framework for Java and Kotlin
|
| Filename | Size |
|---|---|
| jooby-gson-1.6.9.pom | |
| jooby-gson-1.6.9.jar | 7 KB |
| jooby-gson-1.6.9-sources.jar | 18 KB |
| jooby-gson-1.6.9-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-gson/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-gson</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-gson/
implementation 'org.jooby:jooby-gson:1.6.9'
// https://jarcasting.com/artifacts/org.jooby/jooby-gson/
implementation ("org.jooby:jooby-gson:1.6.9")
'org.jooby:jooby-gson:jar:1.6.9'
<dependency org="org.jooby" name="jooby-gson" rev="1.6.9">
<artifact name="jooby-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-gson', version='1.6.9')
)
libraryDependencies += "org.jooby" % "jooby-gson" % "1.6.9"
[org.jooby/jooby-gson "1.6.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooby : jooby | jar | 1.6.9 |
| com.google.code.gson : gson | jar | 2.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooby : jooby | jar | 1.6.9 |
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 3.6 |
| org.powermock : powermock-api-easymock | jar | 1.7.4 |
| org.powermock : powermock-module-junit4 | jar | 1.7.4 |
| org.jacoco : org.jacoco.agent | jar | 0.8.1 |