i

io.wcm.osgi.wrapper.gson

A Java serialization/deserialization library to convert Java Objects into JSON and back.
The Apache Software License, Version 2.0
Files download
File Operation
io.wcm.osgi.wrapper.gson-2.8.4-0000.jar download
io.wcm.osgi.wrapper.gson-2.8.4-0000.pom download
Apache Maven
<dependency>
  <groupId>io.wcm.osgi.wrapper</groupId>
  <artifactId>io.wcm.osgi.wrapper.gson</artifactId>
  <version>2.8.4-0000</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.gson:2.8.4-0000'
Gradle Kotlin
implementation("io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.gson:2.8.4-0000")
Scala SBT
libraryDependencies += "io.wcm.osgi.wrapper" % "io.wcm.osgi.wrapper.gson" % "2.8.4-0000"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm.osgi.wrapper', module='io.wcm.osgi.wrapper.gson', version='2.8.4-0000')
)
Apache Ivy
<dependency org="io.wcm.osgi.wrapper" name="io.wcm.osgi.wrapper.gson" rev="2.8.4-0000" />
Leiningen
[io.wcm.osgi.wrapper/io.wcm.osgi.wrapper.gson "2.8.4-0000"]
Apache Buildr
'io.wcm.osgi.wrapper:io.wcm.osgi.wrapper.gson:jar:2.8.4-0000'