You can download fcrepo-http-commons-4.0.0.jar in this page.
Open Source
fcrepo-http-commons-4.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 config/clustered/repository.json config/jgroups-fcrepo-tcp.xml config/minimal-default/repository.json config/minimal/repository.json config/servlet-auth/repository.json org.fcrepo.http.commons.AbstractResource.class org.fcrepo.http.commons.api.rdf.HttpGraphSubjects.class org.fcrepo.http.commons.api.rdf.HttpTripleUtil.class org.fcrepo.http.commons.api.rdf.QuadOrdering.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.PATCH.class org.fcrepo.http.commons.domain.RDFMediaType.class org.fcrepo.http.commons.domain.Range.class org.fcrepo.http.commons.exceptionhandlers.AccessControlExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.InvalidChecksumExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.PathNotFoundExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.RepositoryExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.TransactionMissingExceptionMapper.class org.fcrepo.http.commons.exceptionhandlers.WildcardExceptionMapper.class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapEntry.class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapIndex.class org.fcrepo.http.commons.jaxb.responses.sitemap.SitemapUrlSet.class org.fcrepo.http.commons.jaxb.responses.sitemap.package-info.class org.fcrepo.http.commons.responses.BaseHtmlProvider.class org.fcrepo.http.commons.responses.GraphStoreStreamingOutput.class org.fcrepo.http.commons.responses.HtmlTemplate.class org.fcrepo.http.commons.responses.RangeRequestInputStream.class org.fcrepo.http.commons.responses.RdfProvider.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.StreamingBaseHtmlProvider.class org.fcrepo.http.commons.responses.ViewHelpers.class org.fcrepo.http.commons.session.AuthenticatedSessionProvider.class org.fcrepo.http.commons.session.AuthenticatedSessionProviderImpl.class org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider.class org.fcrepo.http.commons.session.InjectableSession.class org.fcrepo.http.commons.session.InjectedSession.class org.fcrepo.http.commons.session.SessionFactory.class org.fcrepo.http.commons.session.SessionProvider.class
fcrepo-http-commons-4.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>4.0.0-alpha-3</version> </parent> <artifactId>fcrepo-http-commons</artifactId> <name>${project.artifactId}</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> <dependencies> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-kernel</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.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.glassfish.grizzly</groupId> <artifactId>grizzly-http-server</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-servlet</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-grizzly2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-grizzly2-servlet</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.jersey.jersey-test-framework</groupId> <artifactId>jersey-test-framework-grizzly2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>com.sun.jersey.contribs</groupId> <artifactId>jersey-spring</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.jersey.contribs</groupId> <artifactId>jersey-multipart</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-b04</version> <scope>test</scope> </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> <!-- modeshape-web-cmis brings in antlr:2.7.7, whereas velocity-tools is bringing in 2.7.2 --> <exclusion> <groupId>antlr</groupId> <artifactId>antlr</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> <!-- antlr-2.7.7 is explicitly added here because of a dependency convergence issue between modeshape-web-cmis and velocity-tools. If/when the two get in line, the exclusion on velocity-tools and this explicit dependency may be removed --> <dependency> <groupId>antlr</groupId> <artifactId>antlr</artifactId> <version>2.7.7</version> </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>2.7.7</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> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-http-commons</artifactId> <version>4.0.0</version> </dependency>
If you think the following fcrepo-http-commons-4.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-4.0.0.jar file