License |
License |
---|---|
GroupId | GroupIdcom.github.rxson |
ArtifactId | ArtifactIdrxson-core |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReactive approach to JSON
|
Filename | Size |
---|---|
rxson-core-1.1.0.pom | |
rxson-core-1.1.0.jar | 21 KB |
rxson-core-1.1.0-sources.jar | 14 KB |
rxson-core-1.1.0-javadoc.jar | 196 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rxson/rxson-core/ -->
<dependency>
<groupId>com.github.rxson</groupId>
<artifactId>rxson-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rxson/rxson-core/
implementation 'com.github.rxson:rxson-core:1.1.0'
// https://jarcasting.com/artifacts/com.github.rxson/rxson-core/
implementation ("com.github.rxson:rxson-core:1.1.0")
'com.github.rxson:rxson-core:jar:1.1.0'
<dependency org="com.github.rxson" name="rxson-core" rev="1.1.0">
<artifact name="rxson-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rxson', module='rxson-core', version='1.1.0')
)
libraryDependencies += "com.github.rxson" % "rxson-core" % "1.1.0"
[com.github.rxson/rxson-core "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.reactivestreams : reactive-streams | jar | 1.0.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
com.github.jsurfer : jsurfer-jackson | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mock-server : mockserver-netty | jar | 5.11.0 |
org.mock-server : mockserver-client-java | jar | 5.11.0 |
org.hamcrest : hamcrest-library | jar | 2.2 |