Last Version

forge 1.0.0-alpha3

Functional style JSON parsing in Kotlin

License

License

GroupId

GroupId

com.github.kittinunf.forge
ArtifactId

ArtifactId

forge
Version

Version

1.0.0-alpha3
Type

Type

jar
Description

Description

forge
Functional style JSON parsing in Kotlin
Project URL

Project URL

https://github.com/kittinunf/Forge
Source Code Management

Source Code Management

https://github.com/kittinunf/Forge

Download forge 1.0.0-alpha3


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

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.0
org.json : json jar 20190722
com.github.kittinunf.result : result jar 3.1.0

Project Modules

There are no modules declared in this project.