License |
License |
---|---|
GroupId | GroupIdcom.ravram |
ArtifactId | ArtifactIdnemesis |
Version | Version0.1.1 |
Type | Typejar |
Description |
Descriptionnemesis
A library for working with JSON as one would with a normal data-structure
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nemesis-0.1.1.pom | |
nemesis-0.1.1.jar | 186 KB |
nemesis-0.1.1-sources.jar | 186 KB |
nemesis-0.1.1-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ravram/nemesis/ -->
<dependency>
<groupId>com.ravram</groupId>
<artifactId>nemesis</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ravram/nemesis/
implementation 'com.ravram:nemesis:0.1.1'
// https://jarcasting.com/artifacts/com.ravram/nemesis/
implementation ("com.ravram:nemesis:0.1.1")
'com.ravram:nemesis:jar:0.1.1'
<dependency org="com.ravram" name="nemesis" rev="0.1.1">
<artifact name="nemesis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ravram', module='nemesis', version='0.1.1')
)
libraryDependencies += "com.ravram" % "nemesis" % "0.1.1"
[com.ravram/nemesis "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.lacuna : bifurcan | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.9.0 |
org.clojure : test.check | jar | 1.1.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.typesafe.play : play-json_2.13 | jar | 2.7.4 |
com.google.code.gson : gson | jar | 2.8.6 |
criterium » criterium | jar | 0.4.6 |
cheshire » cheshire | jar | 5.9.0 |