You can download fcrepo-http-commons-5.0.0.jar in this page.
Open Source
fcrepo-http-commons-5.0.0.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.FedoraContextLoaderListener.class org.fcrepo.http.commons.api.HttpHeaderInjector.class org.fcrepo.http.commons.api.UriAwareHttpHeaderFactory.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.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.CannotCreateResourceExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ClientErrorExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ConstraintExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ConstraintViolationExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ExceptionDebugLogging.class org.fcrepo.http.commons.exceptionhandlers.ExternalContentAccessExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ExternalMessageBodyExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.FedoraInvalidNamespaceExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.HeaderValueExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.IncorrectTripleSubjectExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InsufficientStorageExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InteractionModelViolationExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InterruptedExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidACLExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidChecksumExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidMementoPathExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidPrefixExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidResourceIdentifierExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ItemNotFoundExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.JsonParseExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.MementoDatetimeFormatExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.OutOfDomainSubjectExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.ParamExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.PathNotFoundExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.PreconditionExceptionMapper.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.RequestWithAclLinkHeaderExceptionMapper.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.ServerManagedTypeExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.SessionMissingExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.TombstoneExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.UnsupportedAlgorithmExceptionMapper.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.LinkFormatProvider.class org.fcrepo.http.commons.responses.LinkFormatStream.class org.fcrepo.http.commons.responses.RangeRequestInputStream.class org.fcrepo.http.commons.responses.RdfNamespacedStream.class org.fcrepo.http.commons.responses.RdfStreamProvider.class org.fcrepo.http.commons.responses.RdfStreamStreamingOutput.class org.fcrepo.http.commons.responses.SynchonizedStreamRDFWrapper.class org.fcrepo.http.commons.responses.ViewHelpers.class org.fcrepo.http.commons.session.HttpSession.class org.fcrepo.http.commons.session.SessionFactory.class org.fcrepo.http.commons.session.SessionProvider.class
fcrepo-http-commons-5.0.0.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>5.0.0</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> <properties> <osgi.import.packages> org.fcrepo.kernel.api, org.fcrepo.kernel.modeshape, javax.annotation, javax.inject, javax.jcr, javax.servlet.http, javax.ws.rs.*, com.fasterxml.jackson.core, org.apache.jena.*, com.google.common.*, org.apache.jena.riot, org.apache.commons.codec.*, org.apache.commons.io.*, org.apache.commons.lang3, org.glassfish.hk2.*, org.glassfish.jersey.*, org.jvnet.hk2.annotations, org.modeshape.jcr.*, org.springframework.beans.*, org.springframework.context, org.springframework.stereotype, org.springframework.web.context, * </osgi.import.packages> <osgi.export.packages> org.fcrepo.http.commons.*;version=${project.version}, </osgi.export.packages> </properties> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-server</artifactId> </dependency> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-kernel-modeshape</artifactId> <version>${project.version}</version> <exclusions> <exclusion> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </exclusion> <exclusion> <groupId>org.jboss.narayana.jta</groupId> <artifactId>narayana-jta</artifactId> </exclusion> <exclusion> <groupId>org.fcrepo</groupId> <artifactId>modeshape-jcr</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </exclusion> <exclusion> <artifactId>snappy-java</artifactId> <groupId>org.xerial.snappy</groupId> </exclusion> </exclusions> </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.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> </dependency> <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>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </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> <exclusions> <exclusion> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </exclusion> </exclusions> </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>javax.jcr</groupId> <artifactId>jcr</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> <exclusion> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </exclusion> <exclusion> <groupId>org.apache.struts</groupId> <artifactId>struts-core</artifactId> </exclusion> <exclusion> <groupId>org.apache.struts</groupId> <artifactId>struts-taglib</artifactId> </exclusion> <exclusion> <groupId>org.apache.struts</groupId> <artifactId>struts-tiles</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> <exclusion> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.fcrepo</groupId> <artifactId>modeshape-jcr</artifactId> <exclusions> <exclusion> <artifactId>snappy-java</artifactId> <groupId>org.xerial.snappy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>${commons-collections.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </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>5.0.0</version> </dependency>
If you think the following fcrepo-http-commons-5.0.0.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-5.0.0.jar file