You can download fcrepo-http-commons-4.1.1.jar in this page.
Open Source
fcrepo-http-commons-4.1.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.fcrepo/fcrepo-http-commons/pom.properties META-INF/maven/org.fcrepo/fcrepo-http-commons/pom.xml org.fcrepo.http.commons.AbstractResource.class org.fcrepo.http.commons.FedoraApplication.class org.fcrepo.http.commons.api.rdf.HttpResourceConverter.class org.fcrepo.http.commons.api.rdf.HttpTripleUtil.class org.fcrepo.http.commons.api.rdf.TripleOrdering.class org.fcrepo.http.commons.api.rdf.UriAwareResourceModelFactory.class org.fcrepo.http.commons.domain.COPY.class org.fcrepo.http.commons.domain.ContentLocation.class org.fcrepo.http.commons.domain.ContentLocationMessageBodyReader.class org.fcrepo.http.commons.domain.MOVE.class org.fcrepo.http.commons.domain.MultiPrefer.class org.fcrepo.http.commons.domain.PATCH.class org.fcrepo.http.commons.domain.PreferTag.class org.fcrepo.http.commons.domain.RDFMediaType.class org.fcrepo.http.commons.domain.Range.class org.fcrepo.http.commons.domain.SinglePrefer.class org.fcrepo.http.commons.domain.ldp.LdpPreferTag.class org.fcrepo.http.commons.exceptionhandlers.AccessControlExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.AccessControlJavaSecurityExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.AccessDeniedExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.BadRequestExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ClientErrorExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.DocumentStoreExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.FedoraInvalidNamespaceExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidChecksumExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidQueryExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidSerializationFormatExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ItemNotFoundExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.JsonParseExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.LabelExistsVersionExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.MalformedRdfExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.NodeNotFoundExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ParamExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.PathNotFoundExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.QueryParseExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.RepositoryExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.RepositoryRuntimeExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.RepositoryVersionRuntimeExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ResourceTypeExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ServerErrorExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ServerManagedPropertyExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.TombstoneExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.TransactionMissingExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ValueFormatExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.VersionExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.WebApplicationExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.WildcardExceptionMapper.class org.fcrepo.http.commons.responses.HtmlTemplate.class org.fcrepo.http.commons.responses.RangeRequestInputStream.class org.fcrepo.http.commons.responses.RdfSerializationUtils.class org.fcrepo.http.commons.responses.RdfStreamProvider.class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput.class org.fcrepo.http.commons.responses.ViewHelpers.class org.fcrepo.http.commons.session.SessionFactory.class org.fcrepo.http.commons.session.SessionProvider.class
fcrepo-http-commons-4.1.1.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.fcrepo</groupId> <artifactId>fcrepo</artifactId> <version>4.1.1</version> </parent> <artifactId>fcrepo-http-commons</artifactId> <name>Fedora Repository HTTP Commons Module</name> <description>The Fedora Commons repository HTTP commons module: Provides HTTP (JAX-RS) resources and helpers for use in assembling HTTP APIs over the Fedora Commons repository framework.</description> <packaging>bundle</packaging> <dependencyManagement> <dependencies> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-jcr-bom</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-metrics</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-mint</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-server</artifactId> </dependency> <dependency> <groupId>org.gagravarr</groupId> <artifactId>vorbis-java-tika</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-kernel-impl</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> <exclusion> <groupId>org.jboss.jbossts</groupId> <artifactId>jbossjta</artifactId> </exclusion> <exclusion> <groupId>org.modeshape</groupId> <artifactId>modeshape-jcr</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </exclusion> <exclusion> <artifactId>commons-codec</artifactId> <groupId>commons-codec</groupId> </exclusion> <exclusion> <artifactId>snappy-java</artifactId> <groupId>org.xerial.snappy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-serialization</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.modeshape</groupId> <artifactId>modeshape-jcr-api</artifactId> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> </dependency> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-configs</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-server</artifactId> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>jersey-test-framework-provider-grizzly2</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>jersey-spring3</artifactId> <scope>test</scope> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-multipart</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-jackson</artifactId> <version>${jersey.version}</version> <exclusions> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </exclusion> <exclusion> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.3.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.3.3</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.2</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity-tools</artifactId> <version>2.0</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </exclusion> <!-- velocity is already bringing in commons-collections-3.2.1, whereas velocity-tools is bringing in 3.2 --> <exclusion> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </exclusion> <exclusion> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> </exclusion> </exclusions> </dependency> <!-- commons-digester-1.8 is explicitly added here because of a dependency convergence issue in velocity-tools. If/when velocity-tools gets its version of commons-digester in sync across its dependencies, the exclusion on commons-digester may be removed along with the explicit dependency declaration below --> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.8</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.modeshape</groupId> <artifactId>modeshape-jcr</artifactId> <exclusions> <exclusion> <artifactId>commons-codec</artifactId> <groupId>commons-codec</groupId> </exclusion> <exclusion> <artifactId>snappy-java</artifactId> <groupId>org.xerial.snappy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-rio-api</artifactId> </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-rio-ntriples</artifactId> </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-rio-rdfxml</artifactId> </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-rio-turtle</artifactId> </dependency> <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-rio-n3</artifactId> <version>${sesame.version}</version> </dependency> <dependency> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java-sesame</artifactId> <version>${jsonld.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Export-Package> org.fcrepo.http.commons;version=${project.version}, org.fcrepo.http.commons.api;version=${project.version}, org.fcrepo.http.commons.api.rdf;version=${project.version}, org.fcrepo.http.commons.domain;version=${project.version}, org.fcrepo.http.commons.domain.ldp;version=${project.version}, org.fcrepo.http.commons.responses;version=${project.version}, org.fcrepo.http.commons.session;version=${project.version}, org.fcrepo.http.commons.exceptionhandlers;version=${project.version} </Export-Package> <Import-Package> org.fcrepo.metrics, org.fcrepo.mint, org.fcrepo.kernel.impl, org.fcrepo.serialization </Import-Package> <Embed-Transitive>true</Embed-Transitive> </instructions> </configuration> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> <configuration> <excludes> <exclude>logback-test.xml</exclude> </excludes> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-http-commons</artifactId> <version>4.1.1</version> </dependency>
If you think the following fcrepo-http-commons-4.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download fcrepo-http-commons-4.1.1.jar file