License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.kaderate |
ArtifactId | ArtifactIdjsonfeed |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionJSONFeed
JSONFeed Parser.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonfeed-1.1.0.pom | |
jsonfeed-1.1.0.jar | 20 KB |
jsonfeed-1.1.0-sources.jar | 18 KB |
jsonfeed-1.1.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kaderate/jsonfeed/ -->
<dependency>
<groupId>com.kaderate</groupId>
<artifactId>jsonfeed</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kaderate/jsonfeed/
implementation 'com.kaderate:jsonfeed:1.1.0'
// https://jarcasting.com/artifacts/com.kaderate/jsonfeed/
implementation ("com.kaderate:jsonfeed:1.1.0")
'com.kaderate:jsonfeed:jar:1.1.0'
<dependency org="com.kaderate" name="jsonfeed" rev="1.1.0">
<artifact name="jsonfeed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kaderate', module='jsonfeed', version='1.1.0')
)
libraryDependencies += "com.kaderate" % "jsonfeed" % "1.1.0"
[com.kaderate/jsonfeed "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.6.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 29.0-jre |
org.json : json | jar | 20201115 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |