License |
License |
---|---|
Categories |
CategoriesMOA Business Logic Libraries Machine Learning JSON Data |
GroupId | GroupIdcom.moandjiezana.jsonfeed |
ArtifactId | ArtifactIdjsonfeed4j |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionjsonfeed4j
Read and write JSON Feed, as defined at https://jsonfeed.org
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonfeed4j-0.1.0.pom | |
jsonfeed4j-0.1.0.jar | 13 KB |
jsonfeed4j-0.1.0-sources.jar | 6 KB |
jsonfeed4j-0.1.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moandjiezana.jsonfeed/jsonfeed4j/ -->
<dependency>
<groupId>com.moandjiezana.jsonfeed</groupId>
<artifactId>jsonfeed4j</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.moandjiezana.jsonfeed/jsonfeed4j/
implementation 'com.moandjiezana.jsonfeed:jsonfeed4j:0.1.0'
// https://jarcasting.com/artifacts/com.moandjiezana.jsonfeed/jsonfeed4j/
implementation ("com.moandjiezana.jsonfeed:jsonfeed4j:0.1.0")
'com.moandjiezana.jsonfeed:jsonfeed4j:jar:0.1.0'
<dependency org="com.moandjiezana.jsonfeed" name="jsonfeed4j" rev="0.1.0">
<artifact name="jsonfeed4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moandjiezana.jsonfeed', module='jsonfeed4j', version='0.1.0')
)
libraryDependencies += "com.moandjiezana.jsonfeed" % "jsonfeed4j" % "0.1.0"
[com.moandjiezana.jsonfeed/jsonfeed4j "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 1.1.0.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M4 |