You can download fcrepo-configs-5.0.0.jar in this page.
Open Source
fcrepo-configs-5.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.fcrepo/fcrepo-configs/pom.properties META-INF/maven/org.fcrepo/fcrepo-configs/pom.xml META-INF/maven/remote-resources.xml config/activemq.xml config/clustered-mysql/repository.json config/file-s3/repository.json config/file-simple/repository.json config/jdbc-mysql-s3/repository.json config/jdbc-mysql/repository.json config/jdbc-postgresql-s3/repository.json config/jdbc-postgresql/repository.json config/jgroups-fcrepo-tcp.xml config/servlet-auth/repository.json
fcrepo-configs-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-configs</artifactId> <name>Fedora Repository Configurations Module</name> <description>The Fedora Commons repository configurations module: Provides configuration resources that are used in integration testing and deployments.</description> <build> <plugins> <!-- Turn this into a lifecycle --> <plugin> <artifactId>maven-remote-resources-plugin</artifactId> <executions> <execution> <goals> <goal>bundle</goal> </goals> </execution> </executions> <configuration> <includes> <include>**/*.*</include> </includes> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.fcrepo</groupId> <artifactId>fcrepo-configs</artifactId> <version>5.0.0</version> </dependency>
If you think the following fcrepo-configs-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-configs-5.0.0.jar file