License |
License
The Apache Software License, Version 2.0
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.virtalab |
ArtifactId | ArtifactIdvson |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvson
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vson-1.2.pom | |
vson-1.2.jar | 11 KB |
vson-1.2-sources.jar | 6 KB |
vson-1.2-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.virtalab/vson/ -->
<dependency>
<groupId>net.virtalab</groupId>
<artifactId>vson</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.virtalab/vson/
implementation 'net.virtalab:vson:1.2'
// https://jarcasting.com/artifacts/net.virtalab/vson/
implementation ("net.virtalab:vson:1.2")
'net.virtalab:vson:jar:1.2'
<dependency org="net.virtalab" name="vson" rev="1.2">
<artifact name="vson" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.virtalab', module='vson', version='1.2')
)
libraryDependencies += "net.virtalab" % "vson" % "1.2"
[net.virtalab/vson "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.2.4 |