Download jsonld-java-0.3.jar file

Introduction

You can download jsonld-java-0.3.jar in this page.

License

Open Source

Type List

jsonld-java-0.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.jsonld-java/jsonld-java/pom.properties
META-INF/maven/com.github.jsonld-java/jsonld-java/pom.xml
com.github.jsonldjava.core.Context.class
com.github.jsonldjava.core.DocumentLoader.class
com.github.jsonldjava.core.JSONLDConsts.class
com.github.jsonldjava.core.JSONLDTripleCallback.class
com.github.jsonldjava.core.JsonLdApi.class
com.github.jsonldjava.core.JsonLdError.class
com.github.jsonldjava.core.JsonLdOptions.class
com.github.jsonldjava.core.JsonLdProcessor.class
com.github.jsonldjava.core.JsonLdUtils.class
com.github.jsonldjava.core.NormalizeUtils.class
com.github.jsonldjava.core.RDFDataset.class
com.github.jsonldjava.core.RDFDatasetUtils.class
com.github.jsonldjava.core.RDFParser.class
com.github.jsonldjava.core.Regex.class
com.github.jsonldjava.core.RemoteDocument.class
com.github.jsonldjava.core.UniqueNamer.class
com.github.jsonldjava.impl.NQuadRDFParser.class
com.github.jsonldjava.impl.NQuadTripleCallback.class
com.github.jsonldjava.impl.TurtleRDFParser.class
com.github.jsonldjava.impl.TurtleTripleCallback.class
com.github.jsonldjava.utils.JSONUtils.class
com.github.jsonldjava.utils.Obj.class
com.github.jsonldjava.utils.URL.class

Pom

jsonld-java-0.3.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	
	<parent>
		<artifactId>jsonld-java-parent</artifactId>
		<groupId>com.github.jsonld-java</groupId>
		<version>0.3</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>jsonld-java</artifactId>
	<name>JSONLD Java :: Core</name>
	<description>Json-LD core implementation</description>
	<packaging>jar</packaging>	

	<dependencies>
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-core</artifactId>
		</dependency>
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient-cache</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-jdk14</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-core</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.openrdf.sesame</groupId>
			<artifactId>sesame-rio-api</artifactId>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.openrdf.sesame</groupId>
			<artifactId>sesame-rio-nquads</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.jsonld-java</groupId>
   <artifactId>jsonld-java</artifactId>
   <version>0.3</version>
</dependency>

Download

If you think the following jsonld-java-0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jsonld-java-0.3.jar file




PreviousNext

Related