is not current version
Last Version 0.2.0

com.ravram:nemesis 0.1.0

A library for working with JSON as one would with a normal data-structure

GroupId

GroupId

com.ravram
ArtifactId

ArtifactId

nemesis
Version

Version

0.1.0
Type

Type

jar

Download nemesis 0.1.0


<!-- https://jarcasting.com/artifacts/com.ravram/nemesis/ -->
<dependency>
    <groupId>com.ravram</groupId>
    <artifactId>nemesis</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ravram/nemesis/
implementation 'com.ravram:nemesis:0.1.0'
// https://jarcasting.com/artifacts/com.ravram/nemesis/
implementation ("com.ravram:nemesis:0.1.0")
'com.ravram:nemesis:jar:0.1.0'
<dependency org="com.ravram" name="nemesis" rev="0.1.0">
  <artifact name="nemesis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ravram', module='nemesis', version='0.1.0')
)
libraryDependencies += "com.ravram" % "nemesis" % "0.1.0"
[com.ravram/nemesis "0.1.0"]