| License | License | 
|---|---|
| GroupId | GroupIdde.undercouch | 
| ArtifactId | ArtifactIdactson | 
| Last Version | Last Version2.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionactson A reactive (non-blocking, asynchronous) JSON parser. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| actson-2.0.0.pom | |
| actson-2.0.0.jar | 7 KB | 
| actson-2.0.0-sources.jar | 10 KB | 
| actson-2.0.0-javadoc.jar | 31 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.undercouch/actson/ -->
<dependency>
    <groupId>de.undercouch</groupId>
    <artifactId>actson</artifactId>
    <version>2.0.0</version>
</dependency>// https://jarcasting.com/artifacts/de.undercouch/actson/
implementation 'de.undercouch:actson:2.0.0'// https://jarcasting.com/artifacts/de.undercouch/actson/
implementation ("de.undercouch:actson:2.0.0")'de.undercouch:actson:jar:2.0.0'<dependency org="de.undercouch" name="actson" rev="2.0.0">
  <artifact name="actson" type="jar" />
</dependency>@Grapes(
@Grab(group='de.undercouch', module='actson', version='2.0.0')
)libraryDependencies += "de.undercouch" % "actson" % "2.0.0"[de.undercouch/actson "2.0.0"]