License |
License |
---|---|
GroupId | GroupIdcom.github.kittinunf.forge |
ArtifactId | ArtifactIdforge |
Version | Version1.0.0-alpha3 |
Type | Typejar |
Description |
Descriptionforge
Functional style JSON parsing in Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
forge-1.0.0-alpha3.pom | |
forge-1.0.0-alpha3.jar | 162 KB |
forge-1.0.0-alpha3-sources.jar | 7 KB |
forge-1.0.0-alpha3-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
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 |