JSPDocportal is a module that serves as foundation of a JSP-based MyCoRe repository.
are automatically deployed to Sonatype:
https://oss.sonatype.org/#nexus-search;quick~jspdocportal
Further instructions on how to integrate the Sonatype repository into your Maven pom.xml
can be found in the
MyCoRe documentation.
You can use the following dependency:
<dependency>
<groupId>org.mycore.jspdocportal</groupId>
<artifactId>jspdocportal-module</artifactId>
<version>2020.06-SNAPSHOT</version>
</dependency>