| License |
License |
|---|---|
| GroupId | GroupIdcom.github.rillis |
| ArtifactId | ArtifactIdNoSQL |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNoSQL
JSON library.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| NoSQL-1.0.1.pom | |
| NoSQL-1.0.1.jar | 4 KB |
| NoSQL-1.0.1-sources.jar | 1 KB |
| NoSQL-1.0.1-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rillis/NoSQL/ -->
<dependency>
<groupId>com.github.rillis</groupId>
<artifactId>NoSQL</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rillis/NoSQL/
implementation 'com.github.rillis:NoSQL:1.0.1'
// https://jarcasting.com/artifacts/com.github.rillis/NoSQL/
implementation ("com.github.rillis:NoSQL:1.0.1")
'com.github.rillis:NoSQL:jar:1.0.1'
<dependency org="com.github.rillis" name="NoSQL" rev="1.0.1">
<artifact name="NoSQL" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rillis', module='NoSQL', version='1.0.1')
)
libraryDependencies += "com.github.rillis" % "NoSQL" % "1.0.1"
[com.github.rillis/NoSQL "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20190722 |