| License | License | 
|---|---|
| Categories | CategoriesJSON Data | 
| GroupId | GroupIdcom.github.v-play-games | 
| ArtifactId | ArtifactIdvjson | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionVJSON A simple library to serialize and deserialize JSON text | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| vjson-0.0.1.pom | |
| vjson-0.0.1.jar | 30 KB | 
| vjson-0.0.1-sources.jar | 18 KB | 
| vjson-0.0.1-javadoc.jar | 115 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.v-play-games/vjson/ -->
<dependency>
    <groupId>com.github.v-play-games</groupId>
    <artifactId>vjson</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.v-play-games/vjson/
implementation 'com.github.v-play-games:vjson:0.0.1'// https://jarcasting.com/artifacts/com.github.v-play-games/vjson/
implementation ("com.github.v-play-games:vjson:0.0.1")'com.github.v-play-games:vjson:jar:0.0.1'<dependency org="com.github.v-play-games" name="vjson" rev="0.0.1">
  <artifact name="vjson" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.v-play-games', module='vjson', version='0.0.1')
)libraryDependencies += "com.github.v-play-games" % "vjson" % "0.0.1"[com.github.v-play-games/vjson "0.0.1"]