| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdde.taimos.ldjson |
| ArtifactId | ArtifactIdldjson-cxf |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLDJSON Support for Apache CXF
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ldjson-cxf-0.1.0.pom | |
| ldjson-cxf-0.1.0.jar | 5 KB |
| ldjson-cxf-0.1.0-sources.jar | 2 KB |
| ldjson-cxf-0.1.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.taimos.ldjson/ldjson-cxf/ -->
<dependency>
<groupId>de.taimos.ldjson</groupId>
<artifactId>ldjson-cxf</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.taimos.ldjson/ldjson-cxf/
implementation 'de.taimos.ldjson:ldjson-cxf:0.1.0'
// https://jarcasting.com/artifacts/de.taimos.ldjson/ldjson-cxf/
implementation ("de.taimos.ldjson:ldjson-cxf:0.1.0")
'de.taimos.ldjson:ldjson-cxf:jar:0.1.0'
<dependency org="de.taimos.ldjson" name="ldjson-cxf" rev="0.1.0">
<artifact name="ldjson-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.taimos.ldjson', module='ldjson-cxf', version='0.1.0')
)
libraryDependencies += "de.taimos.ldjson" % "ldjson-cxf" % "0.1.0"
[de.taimos.ldjson/ldjson-cxf "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.cxf : cxf-api | jar | 2.7.6 |
| org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 2.7.6 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.2.2 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |