From: Kai Moritz Date: Sun, 19 Oct 2025 14:23:23 +0000 (+0200) Subject: WIP:thymeroot X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=a9c07e37b2c083a19d88a704e3642cf5580ee6c8;p=website WIP:thymeroot --- diff --git a/projects/thymeroot/2.0.0/configuration.html b/projects/thymeroot/2.0.0/configuration.html new file mode 100644 index 00000000..675ea56b --- /dev/null +++ b/projects/thymeroot/2.0.0/configuration.html @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – + + + + +

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Configuration Examples
+

+
+
+ + + + +

Configuration Examples

+
+

A

+ +

+ ... +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ This would create the configured database. + If you want it to be droped beforehand, you have to add the goal + drop: +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+</plugin>
+ +

+ ... +

+ +
+
+hibernate.dialect=org.hibernate.dialect.H2Dialect
+hibernate.connection.url=jdbc:h2:file:./target/db
+hibernate.connection.driver_class=org.h2.Driver
+hibernate.connection.username=sa
+hibernate.connection.password=
+ +

+ ... +

+ +
+
+<plugin>
+  <groupId>de.juplo</groupId>
+  <artifactId>hibernate-maven-plugin</artifactId>
+  <version>${project.version}</version>
+  <executions>
+    <execution>
+      <goals>
+        <goal>drop</goal>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <url><![CDATA[jdbc:mysql://localhost/test-db]]></url>
+  </configuration>
+</plugin>
+ +

+ ... +

+
+ +
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/configuration.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/configuration.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/css/site.css b/projects/thymeroot/2.0.0/css/site.css new file mode 100644 index 00000000..055e7e28 --- /dev/null +++ b/projects/thymeroot/2.0.0/css/site.css @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file diff --git a/projects/thymeroot/2.0.0/dependencies.html b/projects/thymeroot/2.0.0/dependencies.html new file mode 100644 index 00000000..4b1174e4 --- /dev/null +++ b/projects/thymeroot/2.0.0/dependencies.html @@ -0,0 +1,1671 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Dependencies + + + + +

Project Dependencies

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Dependencies
+

+
+
+
+

Project Dependencies

+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionTypeLicensesOptional
com.fasterxml.jackson.corejackson-annotations2.11.3jarThe Apache Software License, Version 2.0No
com.fasterxml.jackson.corejackson-core2.11.3jarThe Apache Software License, Version 2.0No
com.fasterxml.jackson.corejackson-databind2.11.3jarThe Apache Software License, Version 2.0No
de.juplothymeproxy2.0.0jarApache License, Version 2.0No
org.apache.httpcomponentshttpclient4.5.13jarApache License, Version 2.0No
org.springframework.bootspring-boot-starter-logging2.3.5.RELEASEjarApache License, Version 2.0No
org.springframework.bootspring-boot-starter-thymeleaf2.3.5.RELEASEjarApache License, Version 2.0No
org.springframework.bootspring-boot-starter-web2.3.5.RELEASEjarApache License, Version 2.0No
org.springframework.bootspring-boot-configuration-processor2.3.5.RELEASEjarApache License, Version 2.0Yes
org.springframework.bootspring-boot-devtools2.3.5.RELEASEjarApache License, Version 2.0Yes
+

Project Transitive Dependencies

+

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

+

compile

+

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicenses
ch.qos.logbacklogback-classic1.2.3-jarEclipse Public License - v 1.0GNU Lesser General Public License
ch.qos.logbacklogback-core1.2.3-jarEclipse Public License - v 1.0GNU Lesser General Public License
com.fasterxml.jackson.datatypejackson-datatype-jdk82.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jsr3102.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-parameter-names2.11.3-jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.14-jarApache License, Version 2.0
de.juplohttp-resources2.0.0-jarThe Apache Software License, Version 2.0
de.juplohttp-resources2.0.0teststest-jarThe Apache Software License, Version 2.0
de.juplosimple-mapper1.0.0-jar-
jakarta.annotationjakarta.annotation-api1.3.5-jarEPL 2.0GPL2 w/ CPE
javax.servletjavax.servlet-api4.0.1-jarCDDL + GPLv2 with classpath exception
org.apache.httpcomponentshttpcore4.4.13-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-api2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-to-slf4j2.13.3-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-core9.0.39-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-websocket9.0.39-jarApache License, Version 2.0
org.attoparserattoparser2.0.5.RELEASE-jarThe Apache Software License, Version 2.0
org.glassfishjakarta.el3.0.3-jarEPL 2.0GPL2 w/ CPE
org.slf4jjul-to-slf4j1.7.30-jarMIT License
org.slf4jslf4j-api1.7.30-jarMIT License
org.springframeworkspring-aop5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-beans5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-context5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-core5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-expression5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-jcl5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-web5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-webmvc5.2.10.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-autoconfigure2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-json2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-tomcat2.3.5.RELEASE-jarApache License, Version 2.0
org.thymeleafthymeleaf3.0.11.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleafthymeleaf-spring53.0.11.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleaf.extrasthymeleaf-extras-java8time3.0.4.RELEASE-jarThe Apache Software License, Version 2.0
org.unbescapeunbescape1.1.6.RELEASE-jarThe Apache Software License, Version 2.0
org.yamlsnakeyaml1.26-jarApache License, Version 2.0
+

Project Dependency Graph

+ +
+

Dependency Tree

+
+

Licenses

+

Unknown: Simple Mapper 4 JSON

+

MIT License: JUL to SLF4J bridge, SLF4J API Module

+

Apache License, Version 2.0: Apache Commons Codec, Apache HttpClient, Apache HttpCore, Apache Log4j API, Apache Log4j to SLF4J Adapter, SnakeYAML, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring Web, Spring Web MVC, ThymeProxy, ThymeRoot, spring-boot, spring-boot-autoconfigure, spring-boot-configuration-processor, spring-boot-devtools, spring-boot-starter, spring-boot-starter-json, spring-boot-starter-logging, spring-boot-starter-thymeleaf, spring-boot-starter-tomcat, spring-boot-starter-web, tomcat-embed-core, tomcat-embed-websocket

+

EPL 2.0: Jakarta Annotations API, Jakarta Expression Language 3.0

+

CDDL + GPLv2 with classpath exception: Java Servlet API

+

GPL2 w/ CPE: Jakarta Annotations API, Jakarta Expression Language 3.0

+

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

+

The Apache Software License, Version 2.0: HttpResources, Jackson datatype: JSR310, Jackson datatype: jdk8, Jackson-annotations, Jackson-core, Jackson-module-parameter-names, attoparser, jackson-databind, thymeleaf, thymeleaf-extras-java8time, thymeleaf-spring5, unbescape

+

Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module

+

Dependency File Details

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilenameSizeEntriesClassesPackagesJava VersionDebug Information
logback-classic-1.2.3.jar290.3 kB234175271.6Yes
logback-core-1.2.3.jar471.9 kB419373361.6Yes
jackson-annotations-2.11.3.jar68.2 kB81692-Yes
jackson-core-2.11.3.jar351.5 kB14411813-Yes
jackson-databind-2.11.3.jar1.4 MB69365822-Yes
jackson-datatype-jdk8-2.11.3.jar34.3 kB37232-Yes
jackson-datatype-jsr310-2.11.3.jar111 kB76576-Yes
jackson-module-parameter-names-2.11.3.jar9.3 kB1952-Yes
commons-codec-1.14.jar347.7 kB24910271.7Yes
http-resources-2.0.0.jar23.4 kB2091-Yes
http-resources-2.0.0-tests.jar185.7 kB-----
simple-mapper-1.0.0.jar16.6 kB20911.8Yes
thymeproxy-2.0.0.jar17 kB2091-Yes
jakarta.annotation-api-1.3.5.jar25.1 kB281531.8Yes
javax.servlet-api-4.0.1.jar95.5 kB1098541.8Yes
httpclient-4.5.13.jar780.3 kB511470241.6Yes
httpcore-4.4.13.jar328.6 kB283253171.6Yes
log4j-api-2.13.3.jar292.3 kB2141809-Yes
log4j-to-slf4j-2.13.3.jar17.5 kB22611.8Yes
tomcat-embed-core-9.0.39.jar3.4 MB1754154479-Yes
tomcat-embed-websocket-9.0.39.jar270.5 kB2051786-Yes
attoparser-2.0.5.RELEASE.jar245 kB165147121.6Yes
jakarta.el-3.0.3.jar237.8 kB18216261.7Yes
jul-to-slf4j-1.7.30.jar4.6 kB11111.5Yes
slf4j-api-1.7.30.jar41.5 kB463441.5Yes
spring-aop-5.2.10.RELEASE.jar372.8 kB306277171.8Yes
spring-beans-5.2.10.RELEASE.jar688.4 kB414384131.8Yes
spring-context-5.2.10.RELEASE.jar1.2 MB967880641.8Yes
spring-core-5.2.10.RELEASE.jar1.4 MB1023965471.8Yes
spring-expression-5.2.10.RELEASE.jar282.2 kB16415061.8Yes
spring-jcl-5.2.10.RELEASE.jar24 kB281721.8Yes
spring-web-5.2.10.RELEASE.jar1.4 MB997927551.8Yes
spring-webmvc-5.2.10.RELEASE.jar956.8 kB586541281.8Yes
spring-boot-2.3.5.RELEASE.jar1.1 MB837725711.8Yes
spring-boot-autoconfigure-2.3.5.RELEASE.jar1.5 MB12151099991.8Yes
spring-boot-starter-2.3.5.RELEASE.jar4.8 kB400-No
spring-boot-starter-json-2.3.5.RELEASE.jar4.7 kB400-No
spring-boot-starter-logging-2.3.5.RELEASE.jar4.8 kB400-No
spring-boot-starter-thymeleaf-2.3.5.RELEASE.jar4.8 kB400-No
spring-boot-starter-tomcat-2.3.5.RELEASE.jar4.8 kB400-No
spring-boot-starter-web-2.3.5.RELEASE.jar4.8 kB400-No
thymeleaf-3.0.11.RELEASE.jar869.7 kB599552381.6Yes
thymeleaf-spring5-3.0.11.RELEASE.jar177.2 kB12698171.8Yes
thymeleaf-extras-java8time-3.0.4.RELEASE.jar40.1 kB22931.8Yes
unbescape-1.1.6.RELEASE.jar173.9 kB8569101.6Yes
snakeyaml-1.26.jar309 kB253216201.7Yes
spring-boot-configuration-processor-2.3.5.RELEASE.jar115.8 kB614751.8Yes
spring-boot-devtools-2.3.5.RELEASE.jar223.1 kB173140171.8Yes
TotalSizeEntriesClassesPackagesJava VersionDebug Information
4820.1 MB13422117787981.841
compile: 48compile: 20.1 MBcompile: 13422compile: 11778compile: 798-compile: 41
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/dependencies.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/dependencies.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/dependency-info.html b/projects/thymeroot/2.0.0/dependency-info.html new file mode 100644 index 00000000..29b5964f --- /dev/null +++ b/projects/thymeroot/2.0.0/dependency-info.html @@ -0,0 +1,426 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Dependency Information + + + + +

Dependency Information

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Dependency Information
+

+
+
+
+

Dependency Information

+

Apache Maven

+
+
<dependency>
+  <groupId>de.juplo</groupId>
+  <artifactId>thymeroot</artifactId>
+  <version>2.0.0</version>
+</dependency>
+

Apache Buildr

+
+
'de.juplo:thymeroot:jar:2.0.0'
+

Apache Ivy

+
+
<dependency org="de.juplo" name="thymeroot" rev="2.0.0">
+  <artifact name="thymeroot" type="jar" />
+</dependency>
+

Groovy Grape

+
+
@Grapes(
+@Grab(group='de.juplo', module='thymeroot', version='2.0.0')
+)
+

Gradle/Grails

+
+
compile 'de.juplo:thymeroot:2.0.0'
+

Scala SBT

+
+
libraryDependencies += "de.juplo" % "thymeroot" % "2.0.0"
+

Leiningen

+
+
[de.juplo/thymeroot "2.0.0"]
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/dependency-info.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/dependency-info.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/dependency-management.html b/projects/thymeroot/2.0.0/dependency-management.html new file mode 100644 index 00000000..597df495 --- /dev/null +++ b/projects/thymeroot/2.0.0/dependency-management.html @@ -0,0 +1,7498 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Dependency Management + + + + +

Project Dependency Management

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Dependency Management
+

+
+
+
+

Project Dependency Management

+

compile

+

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersionClassifierTypeLicense
antlrantlr2.7.7-jarBSD License
ch.qos.logbacklogback-access1.2.3-jarEclipse Public License - v 1.0, GNU Lesser General Public License
ch.qos.logbacklogback-classic1.2.3-jarEclipse Public License - v 1.0, GNU Lesser General Public License
ch.qos.logbacklogback-core1.2.3-jarEclipse Public License - v 1.0, GNU Lesser General Public License
com.atomikostransactions-jdbc4.0.6-jarAtomikos Multiple Licensing Scheme
com.atomikostransactions-jms4.0.6-jarAtomikos Multiple Licensing Scheme
com.atomikostransactions-jta4.0.6-jarAtomikos Multiple Licensing Scheme
com.couchbase.clientjava-client3.0.9-jarThe Apache Software License, Version 2.0
com.datastax.ossjava-driver-core4.6.1-jarApache 2
com.datastax.ossjava-driver-core-shaded4.6.1-jarApache 2
com.datastax.ossjava-driver-mapper-processor4.6.1-jarApache 2
com.datastax.ossjava-driver-mapper-runtime4.6.1-jarApache 2
com.datastax.ossjava-driver-query-builder4.6.1-jarApache 2
com.datastax.ossjava-driver-shaded-guava25.1-jre-jarApache 2
com.datastax.ossjava-driver-test-infra4.6.1-jarApache 2
com.datastax.ossnative-protocol1.4.10-jarApache 2
com.fasterxmlclassmate1.5.1-jarApache License, Version 2.0
com.fasterxml.jackson.corejackson-annotations2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-core2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.corejackson-databind2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-avro2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-cbor2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-csv2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-ion2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-properties2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-protobuf2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-smile2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-xml2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.dataformatjackson-dataformat-yaml2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-eclipse-collections2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-guava2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hibernate32.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hibernate42.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hibernate52.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-hppc2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jaxrs2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jdk82.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-joda2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-joda-money2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-json-org2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jsr3102.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-jsr3532.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.datatypejackson-datatype-pcollections2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-base2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-cbor-provider2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-json-provider2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-smile-provider2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-xml-provider2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jaxrsjackson-jaxrs-yaml-provider2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-all2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-objects2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-retrofit22.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.jrjackson-jr-stree2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-afterburner2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-guice2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jaxb-annotations2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-jsonSchema2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-kotlin2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-mrbean2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-osgi2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-parameter-names2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-paranamer2.11.3-jarThe Apache Software License, Version 2.0
com.fasterxml.jackson.modulejackson-module-scala_2.102.11.3-jar-
com.fasterxml.jackson.modulejackson-module-scala_2.112.11.3-jar-
com.fasterxml.jackson.modulejackson-module-scala_2.122.11.3-jar-
com.fasterxml.jackson.modulejackson-module-scala_2.132.11.3-jar-
com.github.ben-manes.caffeinecaffeine2.8.6-jarApache License, Version 2.0
com.github.ben-manes.caffeineguava2.8.6-jarApache License, Version 2.0
com.github.ben-manes.caffeinejcache2.8.6-jarApache License, Version 2.0
com.github.ben-manes.caffeinesimulator2.8.6-jarApache License, Version 2.0
com.github.mxab.thymeleaf.extrasthymeleaf-extras-data-attribute2.0.1-jarThe Apache Software License, Version 2.0
com.google.appengineappengine-api-1.0-sdk1.9.82-jarApache License, Version 2.0, CDDL/GPLv2+CE, JSR-000107 JCACHE 2.9 Public Review - Updated Specification License
com.google.cloudcloud-spanner-r2dbc0.2.0-jarThe Apache License, Version 2.0
com.google.code.gsongson2.8.6-jarApache 2.0
com.h2databaseh21.4.200-jarMPL 2.0 or EPL 1.0
com.hazelcasthazelcast3.12.10-jarThe Apache Software License, Version 2.0
com.hazelcasthazelcast-client3.12.10-jarThe Apache Software License, Version 2.0
com.hazelcasthazelcast-hibernate521.3.2-jarThe Apache Software License, Version 2.0
com.hazelcasthazelcast-hibernate531.3.2-jarThe Apache Software License, Version 2.0
com.hazelcasthazelcast-spring3.12.10-jarThe Apache Software License, Version 2.0
com.ibm.db2jcc11.5.4.0-jarInternational Program License Agreement (IPLA)
com.jayway.jsonpathjson-path2.4.0-jarThe Apache Software License, Version 2.0
com.jayway.jsonpathjson-path-assert2.4.0-jarThe Apache Software License, Version 2.0
com.microsoft.sqlservermssql-jdbc7.4.1.jre8-jarMIT License
com.nimbusdsnimbus-jose-jwt8.19-jarThe Apache Software License, Version 2.0
com.nimbusdsoauth2-oidc-sdk7.1.1-jarApache License, version 2.0
com.oracle.database.haons19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.hasimplefan19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc1019.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc10dms19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc819.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcojdbc8dms19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbcucp19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc10_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc10dms_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc8_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.jdbc.debugojdbc8dms_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.nlsorai18n19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.observabilitydms19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.securityoraclepki19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.securityosdt_cert19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.securityosdt_core19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.xmlxdb19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.database.xmlxmlparserv219.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcdms19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc1019.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc10_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc10dms19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc10dms_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc819.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc8_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc8dms19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcojdbc8dms_g19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcons19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcoraclepki19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcorai18n19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcosdt_cert19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcosdt_core19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcsimplefan19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcucp19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcxdb19.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.oracle.ojdbcxmlparserv219.3.0.0-jarOracle Free Use Terms and Conditions (FUTC)
com.querydslquerydsl-apt4.3.1-jarApache License, Version 2.0
com.querydslquerydsl-collections4.3.1-jarApache License, Version 2.0
com.querydslquerydsl-core4.3.1-jarApache License, Version 2.0
com.querydslquerydsl-jpa4.3.1-jarApache License, Version 2.0
com.querydslquerydsl-mongodb4.3.1-jarApache License, Version 2.0
com.rabbitmqamqp-client5.9.0-jarASL 2.0, GPL v2, MPL 1.1
com.samskivertjmustache1.15-jarThe (New) BSD License
com.sendgridsendgrid-java4.4.8-jarThe MIT License (MIT)
com.squareup.okhttp3logging-interceptor3.14.9-jarApache 2.0
com.squareup.okhttp3mockwebserver3.14.9-jarApache 2.0
com.squareup.okhttp3okcurl3.14.9-jarApache 2.0
com.squareup.okhttp3okhttp3.14.9-jarApache 2.0
com.squareup.okhttp3okhttp-dnsoverhttps3.14.9-jarApache 2.0
com.squareup.okhttp3okhttp-sse3.14.9-jarApache 2.0
com.squareup.okhttp3okhttp-testing-support3.14.9-jarApache 2.0
com.squareup.okhttp3okhttp-tls3.14.9-jarApache 2.0
com.squareup.okhttp3okhttp-urlconnection3.14.9-jarApache 2.0
com.sun.activationjakarta.activation1.2.2-jarEDL 1.0
com.sun.mailjakarta.mail1.6.5-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0
com.sun.xml.messaging.saajsaaj-impl1.5.2-jarEclipse Distribution License - v 1.0
com.unboundidunboundid-ldapsdk4.0.14-jarGNU General Public License version 2 (GPLv2), GNU Lesser General Public License version 2.1 (LGPLv2.1), UnboundID LDAP SDK Free Use License
com.zaxxerHikariCP3.4.5-jarThe Apache Software License, Version 2.0
commons-codeccommons-codec1.14-jarApache License, Version 2.0
commons-poolcommons-pool1.6-jarThe Apache Software License, Version 2.0
de.flapdoodle.embedde.flapdoodle.embed.mongo2.2.0-jarThe Apache Software License, Version 2.0
dev.mikur2dbc-mysql0.8.2.RELEASE-jarThe Apache License, Version 2.0
io.dropwizard.metricsmetrics-annotation4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-caffeine4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-collectd4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-core4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-ehcache4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-graphite4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-healthchecks4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-httpasyncclient4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-httpclient4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-jcache4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-jdbi4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-jdbi34.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-jersey24.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-jetty94.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-jmx4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-json4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-jvm4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-log4j24.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-logback4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-servlet4.1.14-jarApache License 2.0
io.dropwizard.metricsmetrics-servlets4.1.14-jarApache License 2.0
io.lettucelettuce-core5.3.5.RELEASE-jarApache License, Version 2.0
io.micrometermicrometer-core1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-jersey21.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-appoptics1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-atlas1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-azure-monitor1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-cloudwatch1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-cloudwatch21.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-datadog1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-dynatrace1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-elastic1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-ganglia1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-graphite1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-humio1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-influx1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-jmx1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-kairos1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-new-relic1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-opentsdb1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-prometheus1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-signalfx1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-stackdriver1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-statsd1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-registry-wavefront1.5.6-jarThe Apache Software License, Version 2.0
io.micrometermicrometer-test1.5.6-jarThe Apache Software License, Version 2.0
io.nettynetty-all4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-buffer4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-dns4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-haproxy4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-http4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-http24.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-memcache4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-mqtt4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-redis4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-smtp4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-socks4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-stomp4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-codec-xml4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-common4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-dev-tools4.1.53.Final-jar-
io.nettynetty-example4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-handler4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-handler-proxy4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-resolver4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.53.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-resolver-dns-native-macos4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-tcnative2.0.34.Final-jarApache License, Version 2.0
io.nettynetty-tcnative-boringssl-static2.0.34.Final-jarApache License, Version 2.0
io.nettynetty-transport4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.53.Finallinux-aarch64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.53.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-epoll4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.53.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-kqueue4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.53.Finallinux-aarch64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.53.Finallinux-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.53.Finalosx-x86_64jarApache License, Version 2.0
io.nettynetty-transport-native-unix-common4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-transport-rxtx4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-transport-sctp4.1.53.Final-jarApache License, Version 2.0
io.nettynetty-transport-udt4.1.53.Final-jarApache License, Version 2.0
io.projectreactorreactor-core3.3.11.RELEASE-jarApache License, Version 2.0
io.projectreactorreactor-test3.3.11.RELEASE-jarApache License, Version 2.0
io.projectreactorreactor-tools3.3.11.RELEASE-jarApache License, Version 2.0
io.projectreactor.addonsreactor-adapter3.3.4.RELEASE-jarApache License, Version 2.0
io.projectreactor.addonsreactor-extra3.3.4.RELEASE-jarApache License, Version 2.0
io.projectreactor.addonsreactor-pool0.1.7.RELEASE-jarThe Apache Software License, Version 2.0
io.projectreactor.kafkareactor-kafka1.2.4.RELEASE-jarThe Apache Software License, Version 2.0
io.projectreactor.kotlinreactor-kotlin-extensions1.0.2.RELEASE-jarThe Apache Software License, Version 2.0
io.projectreactor.nettyreactor-netty0.9.13.RELEASE-jarThe Apache Software License, Version 2.0
io.projectreactor.rabbitmqreactor-rabbitmq1.4.4.RELEASE-jarThe Apache Software License, Version 2.0
io.prometheussimpleclient_pushgateway0.9.0-jarThe Apache Software License, Version 2.0
io.r2dbcr2dbc-h20.8.4.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-mssql0.8.5.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-pool0.8.5.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-postgresql0.8.6.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-proxy0.8.3.RELEASE-jarApache License 2.0
io.r2dbcr2dbc-spi0.8.3.RELEASE-jarApache License 2.0
io.reactivexrxjava1.3.8-jarThe Apache Software License, Version 2.0
io.reactivexrxjava-reactive-streams1.2.1-jarThe Apache Software License, Version 2.0
io.reactivex.rxjava2rxjava2.2.20-jarThe Apache Software License, Version 2.0
io.rest-assuredjson-path3.3.0-jarApache 2.0
io.rest-assuredjson-schema-validator3.3.0-jarApache 2.0
io.rest-assuredrest-assured3.3.0-jarApache 2.0
io.rest-assuredscala-support3.3.0-jarApache 2.0
io.rest-assuredspring-mock-mvc3.3.0-jarApache 2.0
io.rest-assuredspring-web-test-client3.3.0-jarApache 2.0
io.rest-assuredxml-path3.3.0-jarApache 2.0
io.rsocketrsocket-core1.0.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-load-balancer1.0.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-micrometer1.0.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-test1.0.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-transport-local1.0.3-jarThe Apache Software License, Version 2.0
io.rsocketrsocket-transport-netty1.0.3-jarThe Apache Software License, Version 2.0
io.spring.gradledependency-management-plugin1.0.10.RELEASE-jarThe Apache Software License, Version 2.0
io.undertowundertow-core2.1.4.Final-jarApache License Version 2.0
io.undertowundertow-servlet2.1.4.Final-jarApache License Version 2.0
io.undertowundertow-websockets-jsr2.1.4.Final-jarApache License Version 2.0
jakarta.activationjakarta.activation-api1.2.2-jarEDL 1.0
jakarta.annotationjakarta.annotation-api1.3.5-jarEPL 2.0, GPL2 w/ CPE
jakarta.jmsjakarta.jms-api2.0.3-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.jsonjakarta.json-api1.1.6-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.json.bindjakarta.json.bind-api1.0.2-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.mailjakarta.mail-api1.6.5-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0
jakarta.persistencejakarta.persistence-api2.2.3-jarEclipse Public License v. 2.0, Eclipse Distribution License v. 1.0
jakarta.servletjakarta.servlet-api4.0.4-jarEPL 2.0, GPL2 w/ CPE
jakarta.servlet.jsp.jstljakarta.servlet.jsp.jstl-api1.2.7-jarEPL 2.0, GPL2 w/ CPE
jakarta.transactionjakarta.transaction-api1.3.3-jarEPL 2.0, GPL2 w/ CPE
jakarta.validationjakarta.validation-api2.0.2-jarApache License 2.0
jakarta.websocketjakarta.websocket-api1.1.2-jarEclipse Public License 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.ws.rsjakarta.ws.rs-api2.1.6-jarEPL 2.0, GPL2 w/ CPE
jakarta.xml.bindjakarta.xml.bind-api2.3.3-jarEclipse Distribution License - v 1.0
jakarta.xml.soapjakarta.xml.soap-api1.4.2-jarEclipse Distribution License - v 1.0
jakarta.xml.wsjakarta.xml.ws-api2.3.3-jarEclipse Distribution License - v 1.0
javax.activationjavax.activation-api1.2.0-jarCDDL/GPLv2+CE
javax.annotationjavax.annotation-api1.3.2-jarCDDL + GPLv2 with classpath exception
javax.cachecache-api1.1.1-jarApache License, Version 2.0
javax.jmsjavax.jms-api2.0.1-jarCDDL + GPLv2 with classpath exception
javax.jsonjavax.json-api1.1.4-jarDual license consisting of the CDDL v1.1 and GPL v2
javax.json.bindjavax.json.bind-api1.0-jarDual license consisting of the CDDL v1.1 and GPL v2
javax.mailjavax.mail-api1.6.2-jarCDDL/GPLv2+CE
javax.moneymoney-api1.0.3-jarSpec Evaluation License, Spec Implementation License
javax.persistencejavax.persistence-api2.2-jarEclipse Public License v1.0, Eclipse Distribution License v. 1.0
javax.servletjavax.servlet-api4.0.1-jarCDDL + GPLv2 with classpath exception
javax.servletjstl1.2-jar-
javax.transactionjavax.transaction-api1.3-jarCDDL + GPLv2 with classpath exception
javax.validationvalidation-api2.0.1.Final-jarApache License 2.0
javax.websocketjavax.websocket-api1.1-jarDual license consisting of the CDDL v1.1 and GPL v2
javax.xml.bindjaxb-api2.3.1-jarCDDL 1.1, GPL2 w/ CPE
javax.xml.wsjaxws-api2.3.1-jarCDDL + GPLv2 with classpath exception
jaxenjaxen1.2.0-jarBSD License 2.0
junitjunit4.13.1-jarEclipse Public License 1.0
mysqlmysql-connector-java8.0.22-jarThe GNU General Public License, v2 with FOSS exception
net.bytebuddybyte-buddy1.10.17-jarApache License, Version 2.0
net.bytebuddybyte-buddy-agent1.10.17-jarApache License, Version 2.0
net.minidevjson-smart2.3-jarThe Apache Software License, Version 2.0
net.sf.ehcacheehcache2.10.6-jarThe Apache Software License, Version 2.0
net.sourceforge.htmlunithtmlunit2.40.0-jarApache License, Version 2.0
net.sourceforge.jtdsjtds1.3.1-jarLGPL
net.sourceforge.nekohtmlnekohtml1.9.22-jarThe Apache Software License, Version 2.0
nz.net.ultraq.thymeleafthymeleaf-layout-dialect2.2.0-jarThe Apache Software License, Version 2.0
org.apache.activemqactivemq-amqp5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-blueprint5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-broker5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-camel5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-client5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-console5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-http5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-jaas5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-jdbc-store5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-jms-pool5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-kahadb-store5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-karaf5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-leveldb-store5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-log4j-appender5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-mqtt5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-openwire-generator5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-openwire-legacy5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-osgi5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-partition5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-pool5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-ra5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-run5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-runtime-config5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-shiro5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-spring5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-stomp5.15.13-jarApache License, Version 2.0
org.apache.activemqactivemq-web5.15.13-jarApache License, Version 2.0
org.apache.activemqartemis-amqp-protocol2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-commons2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-core-client2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-jms-client2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-jms-server2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-journal2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-selector2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-server2.12.0-jarApache License, Version 2.0
org.apache.activemqartemis-service-extensions2.12.0-jarApache License, Version 2.0
org.apache.commonscommons-dbcp22.7.0-jarApache License, Version 2.0
org.apache.commonscommons-lang33.10-jarApache License, Version 2.0
org.apache.commonscommons-pool22.8.1-jarApache License, Version 2.0
org.apache.derbyderby10.14.2.0-jarApache 2
org.apache.derbyderbyclient10.14.2.0-jarApache 2
org.apache.httpcomponentsfluent-hc4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpasyncclient4.1.4-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient-cache4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient-osgi4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpclient-win4.5.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore4.4.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpcore-nio4.4.13-jarApache License, Version 2.0
org.apache.httpcomponentshttpmime4.5.13-jarApache License, Version 2.0
org.apache.johnzonjohnzon-core1.2.8-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jaxrs1.2.8-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jsonb1.2.8-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jsonb-extras1.2.8-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-jsonschema1.2.8-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-mapper1.2.8-jarThe Apache Software License, Version 2.0
org.apache.johnzonjohnzon-websocket1.2.8-jarThe Apache Software License, Version 2.0
org.apache.kafkaconnect-api2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkaconnect-basic-auth-extension2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkaconnect-file2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkaconnect-json2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkaconnect-runtime2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkaconnect-transforms2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka-clients2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka-log4j-appender2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka-streams2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka-streams-scala_2.122.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka-streams-scala_2.132.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka-streams-test-utils2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka-tools2.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka_2.122.5.1-jarThe Apache Software License, Version 2.0
org.apache.kafkakafka_2.132.5.1-jarThe Apache Software License, Version 2.0
org.apache.logging.log4jlog4j-1.2-api2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-api2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-appserver2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-cassandra2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-core2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-couchdb2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-docker2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-flume-ng2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-iostreams2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-jcl2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-jmx-gui2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-jpa2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-jpl2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-jul2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-kubernetes2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-liquibase2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-mongodb22.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-mongodb32.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-slf4j-impl2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-slf4j18-impl2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-spring-cloud-config-client2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-taglib2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-to-slf4j2.13.3-jarApache License, Version 2.0
org.apache.logging.log4jlog4j-web2.13.3-jarApache License, Version 2.0
org.apache.solrsolr-analysis-extras8.5.2-jar-
org.apache.solrsolr-analytics8.5.2-jar-
org.apache.solrsolr-cell8.5.2-jar-
org.apache.solrsolr-clustering8.5.2-jar-
org.apache.solrsolr-core8.5.2-jar-
org.apache.solrsolr-dataimporthandler8.5.2-jar-
org.apache.solrsolr-dataimporthandler-extras8.5.2-jar-
org.apache.solrsolr-langid8.5.2-jar-
org.apache.solrsolr-ltr8.5.2-jar-
org.apache.solrsolr-solrj8.5.2-jar-
org.apache.solrsolr-test-framework8.5.2-jar-
org.apache.solrsolr-velocity8.5.2-jar-
org.apache.tomcattomcat-annotations-api9.0.39-jarApache License, Version 2.0
org.apache.tomcattomcat-jdbc9.0.39-jarApache License, Version 2.0
org.apache.tomcattomcat-jsp-api9.0.39-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-core9.0.39-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-el9.0.39-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-jasper9.0.39-jarApache License, Version 2.0
org.apache.tomcat.embedtomcat-embed-websocket9.0.39-jarApache License, Version 2.0
org.aspectjaspectjrt1.9.6-jarEclipse Public License - v 1.0
org.aspectjaspectjtools1.9.6-jarEclipse Public License - v 1.0
org.aspectjaspectjweaver1.9.6-jarEclipse Public License - v 1.0
org.assertjassertj-core3.16.1-jarApache License, Version 2.0
org.awaitilityawaitility4.0.3-jarApache 2.0
org.awaitilityawaitility-groovy4.0.3-jarApache 2.0
org.awaitilityawaitility-kotlin4.0.3-jarApache 2.0
org.awaitilityawaitility-scala4.0.3-jarApache 2.0
org.codehaus.btmbtm2.1.4-jarGNU Lesser General Public License v3.0
org.codehaus.groovygroovy2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-ant2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-bsf2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-cli-commons2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-cli-picocli2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-console2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-datetime2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-dateutil2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-docgenerator2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-groovydoc2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-groovysh2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jaxb2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jmx2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-json2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-json-direct2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-jsr2232.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-macro2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-nio2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-servlet2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-sql2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-swing2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-templates2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-test2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-test-junit52.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-testng2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.groovygroovy-xml2.5.13-jarThe Apache Software License, Version 2.0
org.codehaus.janinocommons-compiler3.1.2-jarNew BSD License
org.codehaus.janinocommons-compiler-jdk3.1.2-jarNew BSD License
org.codehaus.janinojanino3.1.2-jarNew BSD License
org.eclipse.jettyapache-jsp9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyapache-jstl9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyinfinispan-common9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyinfinispan-embedded-query9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyinfinispan-remote-query9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-conscrypt-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-conscrypt-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-java-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-java-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-openjdk8-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-openjdk8-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-alpn-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-annotations9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-ant9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-continuation9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-deploy9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-distribution9.4.33.v20201020-tar.gzApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-distribution9.4.33.v20201020-zipApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-hazelcast9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-home9.4.33.v20201020-tar.gzApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-home9.4.33.v20201020-zipApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-http9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-http-spi9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-io9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jaas9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jaspi9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jmx9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-jndi9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-nosql9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-openid9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-plus9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-proxy9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-quickstart9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-reactive-httpclient1.1.4-jarApache License Version 2.0
org.eclipse.jettyjetty-rewrite9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-security9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-servlet9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-servlets9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-spring9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-unixsocket9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-util9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-util-ajax9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-webapp9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jettyjetty-xml9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.fcgifcgi-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.fcgifcgi-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.gcloudjetty-gcloud-session-manager9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-common9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-hpack9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-http-client-transport9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.http2http2-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.memcachedjetty-memcached-sessions9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.orbitjavax.servlet.jsp2.2.0.v201112011158-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-httpservice9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-osgi-boot9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-osgi-boot-jsp9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.osgijetty-osgi-boot-warurl9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketjavax-websocket-client-impl9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketjavax-websocket-server-impl9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-api9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-client9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-common9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-server9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.eclipse.jetty.websocketwebsocket-servlet9.4.33.v20201020-jarApache Software License - Version 2.0, Eclipse Public License - Version 1.0
org.ehcacheehcache3.8.1-jarThe Apache Software License, Version 2.0
org.ehcacheehcache-clustered3.8.1-jarThe Apache Software License, Version 2.0
org.ehcacheehcache-transactions3.8.1-jarThe Apache Software License, Version 2.0
org.elasticsearchelasticsearch7.6.2-jarThe Apache Software License, Version 2.0
org.elasticsearch.clientelasticsearch-rest-client7.6.2-jarThe Apache Software License, Version 2.0
org.elasticsearch.clientelasticsearch-rest-high-level-client7.6.2-jarThe Apache Software License, Version 2.0
org.elasticsearch.clienttransport7.6.2-jarThe Apache Software License, Version 2.0
org.elasticsearch.distribution.integ-test-zipelasticsearch7.6.2-jar-
org.elasticsearch.plugintransport-netty4-client7.6.2-jarThe Apache Software License, Version 2.0
org.firebirdsql.jdbcjaybird-jdk173.0.9-jarGNU Lesser General Public License, Modified BSD (3-clause) License
org.firebirdsql.jdbcjaybird-jdk183.0.9-jarGNU Lesser General Public License, Modified BSD (3-clause) License
org.flywaydbflyway-core6.4.4-jarApache License, Version 2.0
org.freemarkerfreemarker2.3.30-jarApache License, Version 2.0
org.glassfishjakarta.el3.0.3-jarEPL 2.0, GPL2 w/ CPE
org.glassfish.jaxbcodemodel2.3.3-jarEclipse Public License v. 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.jaxbcodemodel-annotation-compiler2.3.3-jarEclipse Public License v. 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.jaxbjaxb-jxc2.3.3-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbjaxb-runtime2.3.3-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbjaxb-xjc2.3.3-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbtxw22.3.3-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbtxwc22.3.3-jarEclipse Distribution License - v 1.0
org.glassfish.jaxbxsom2.3.3-jarEclipse Public License v. 2.0, GNU General Public License, version 2 with the GNU Classpath Exception
org.glassfish.jersey.bundlesjaxrs-ri2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-apache-connector2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-grizzly-connector2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-jdk-connector2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-jetty-connector2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.connectorsjersey-netty-connector2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-grizzly2-http2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-grizzly2-servlet2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jdk-http2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jetty-http2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-jetty-servlet2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-netty-http2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-servlet2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-servlet-core2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containersjersey-container-simple-http2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.containers.glassfishjersey-gf-ejb2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.corejersey-client2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.corejersey-common2.30.1-jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Public Domain
org.glassfish.jersey.corejersey-server2.30.1-jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0, Modified BSD
org.glassfish.jersey.extjersey-bean-validation2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-declarative-linking2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-entity-filtering2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-metainf-services2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-bean-validation2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-freemarker2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-jsp2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-mvc-mustache2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-proxy-client2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-servlet-portability2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-spring42.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-spring52.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.extjersey-wadl-doclet2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-ban-custom-hk2-binding2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-servlet2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-transaction2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-cdi1x-validation2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.cdijersey-weld2-se2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.microprofilejersey-mp-config2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.microprofilejersey-mp-rest-client2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-guava2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.ext.rxjersey-rx-client-rxjava22.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.injectjersey-cdi2-se2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.injectjersey-hk22.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-jaxb2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-binding2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-jackson2.30.1-jarEPL 2.0, The GNU General Public License (GPL), Version 2, With Classpath Exception, Apache License, 2.0
org.glassfish.jersey.mediajersey-media-json-jackson12.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-jettison2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-json-processing2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-kryo2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-moxy2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-multipart2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.mediajersey-media-sse2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-client2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-server2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth1-signature2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.securityoauth2-client2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-core2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-frameworkjersey-test-framework-util2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-bundle2.30.1-pomEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-external2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-grizzly22.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-inmemory2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jdk-http2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-jetty2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.glassfish.jersey.test-framework.providersjersey-test-framework-provider-simple2.30.1-jarEPL 2.0, GPL2 w/ CPE, EDL 1.0, BSD 2-Clause, Apache License, 2.0, Public Domain, Modified BSD, jQuery license, MIT license, W3C license
org.hamcresthamcrest2.2-jarBSD License 3
org.hamcresthamcrest-core2.2-jarBSD License 3
org.hamcresthamcrest-library2.2-jarBSD License 3
org.hibernatehibernate-c3p05.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-core5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-ehcache5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-entitymanager5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-envers5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-hikaricp5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-java85.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-jcache5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-jpamodelgen5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-proxool5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-spatial5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-testing5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernatehibernate-vibur5.4.22.Final-jarGNU Library General Public License v2.1 or later
org.hibernate.validatorhibernate-validator6.1.6.Final-jarApache License 2.0
org.hibernate.validatorhibernate-validator-annotation-processor6.1.6.Final-jarApache License 2.0
org.hsqldbhsqldb2.5.1-jarHSQLDB License, a BSD open source license
org.infinispaninfinispan-api10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-jdbc10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-jpa10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-remote10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-rest10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cachestore-rocksdb10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cdi-common10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cdi-embedded10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-cdi-remote10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-client-hotrod10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-client-rest10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-clustered-counter10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-clustered-lock10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-commons10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-component-annotations10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-core10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-directory-provider10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-hibernate-cache-v5310.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-jboss-marshalling10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-jcache10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-jcache-commons10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-jcache-remote10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-key-value-store-client10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-lucene-directory10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-objectfilter10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-osgi10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-persistence-soft-index10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-query10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-query-core10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-query-dsl10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-remote-query-client10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-remote-query-server10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-scripting10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-server-core10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-server-hotrod10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-server-memcached10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-server-rest10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-server-router10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-spring5-common10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-spring5-embedded10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-spring5-remote10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-tasks10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-tasks-api10.1.8.Final-jarApache License 2.0
org.infinispaninfinispan-tools10.1.8.Final-jarApache License 2.0
org.influxdbinfluxdb-java2.18-jarThe MIT License (MIT)
org.jbossjboss-transaction-spi7.6.0.Final-jarPublic Domain
org.jboss.loggingjboss-logging3.4.1.Final-jarApache License, version 2.0
org.jdomjdom22.0.6-jarSimilar to Apache License but with the acknowledgment clause removed
org.jetbrains.kotlinkotlin-compiler1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-compiler-embeddable1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-daemon-client1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-main-kts1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-osgi-bundle1.3.72-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinkotlin-reflect1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-script-runtime1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-script-util1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-scripting-common1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-scripting-jvm1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-scripting-jvm-host1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-common1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-jdk71.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-jdk81.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-stdlib-js1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-annotations-common1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-common1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-js1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-junit1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-junit51.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinkotlin-test-testng1.3.72-jarThe Apache License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-android1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-core1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-core-common1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-core-js1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-core-native1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-debug1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-guava1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-javafx1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-jdk81.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-jdk91.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-play-services1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-reactive1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-reactor1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-rx21.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-rx31.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-slf4j1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-swing1.3.8-jarThe Apache Software License, Version 2.0
org.jetbrains.kotlinxkotlinx-coroutines-test1.3.8-jarThe Apache Software License, Version 2.0
org.jolokiajolokia-core1.6.2-jarApache 2
org.jooqjooq3.13.5-jarApache License, Version 2.0
org.jooqjooq-codegen3.13.5-jarApache License, Version 2.0
org.jooqjooq-meta3.13.5-jarApache License, Version 2.0
org.junit.jupiterjunit-jupiter5.6.3-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-api5.6.3-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-engine5.6.3-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-migrationsupport5.6.3-jarEclipse Public License v2.0
org.junit.jupiterjunit-jupiter-params5.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-commons1.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-console1.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-engine1.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-launcher1.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-reporting1.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-runner1.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-suite-api1.6.3-jarEclipse Public License v2.0
org.junit.platformjunit-platform-testkit1.6.3-jarEclipse Public License v2.0
org.junit.vintagejunit-vintage-engine5.6.3-jarEclipse Public License v2.0
org.jvnet.mimepullmimepull1.9.13-jarEclipse Distribution License - v 1.0
org.liquibaseliquibase-core3.8.9-jarApache License, Version 2.0
org.mariadbr2dbc-mariadb0.8.4-rc-jarApache License 2.0
org.mariadb.jdbcmariadb-java-client2.6.2-jarLGPL-2.1
org.messaginghubpooled-jms1.1.2-jarThe Apache License, Version 2.0
org.mockitomockito-core3.3.3-jarThe MIT License
org.mockitomockito-inline3.3.3-jarThe MIT License
org.mockitomockito-junit-jupiter3.3.3-jarThe MIT License
org.mongodbbson4.0.5-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-core4.0.5-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-legacy4.0.5-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-reactivestreams4.0.5-jarThe Apache License, Version 2.0
org.mongodbmongodb-driver-sync4.0.5-jarThe Apache License, Version 2.0
org.mortbay.jasperapache-el8.5.54-jarApache License Version 2.0
org.neo4jneo4j-ogm-api3.2.17-jarThe Apache Software License, Version 2.0
org.neo4jneo4j-ogm-bolt-driver3.2.17-jarThe Apache Software License, Version 2.0
org.neo4jneo4j-ogm-bolt-native-types3.2.17-jarThe Apache Software License, Version 2.0
org.neo4jneo4j-ogm-core3.2.17-jarThe Apache Software License, Version 2.0
org.neo4jneo4j-ogm-embedded-driver3.2.17-jarThe Apache Software License, Version 2.0
org.neo4jneo4j-ogm-embedded-native-types3.2.17-jarThe Apache Software License, Version 2.0
org.neo4jneo4j-ogm-http-driver3.2.17-jarThe Apache Software License, Version 2.0
org.postgresqlpostgresql42.2.18-jarBSD-2-Clause
org.projectlomboklombok1.18.16-jarThe MIT License
org.quartz-schedulerquartz2.3.2-jarThe Apache Software License, Version 2.0
org.quartz-schedulerquartz-jobs2.3.2-jarThe Apache Software License, Version 2.0
org.reactivestreamsreactive-streams1.0.3-jarCC0
org.seleniumhq.seleniumhtmlunit-driver2.40.0-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-api3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-chrome-driver3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-edge-driver3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-firefox-driver3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-ie-driver3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-java3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-opera-driver3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-remote-driver3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-safari-driver3.141.59-jarThe Apache Software License, Version 2.0
org.seleniumhq.seleniumselenium-support3.141.59-jarThe Apache Software License, Version 2.0
org.skyscreamerjsonassert1.5.0-jarThe Apache Software License, Version 2.0
org.slf4jjcl-over-slf4j1.7.30-jarApache License, Version 2.0
org.slf4jjul-to-slf4j1.7.30-jarMIT License
org.slf4jlog4j-over-slf4j1.7.30-jarApache Software Licenses
org.slf4jslf4j-api1.7.30-jarMIT License
org.slf4jslf4j-ext1.7.30-jarMIT License
org.slf4jslf4j-jcl1.7.30-jarMIT License
org.slf4jslf4j-jdk141.7.30-jarMIT License
org.slf4jslf4j-log4j121.7.30-jarMIT License
org.slf4jslf4j-nop1.7.30-jarMIT License
org.slf4jslf4j-simple1.7.30-jarMIT License
org.springframeworkspring-aop5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-aspects5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-beans5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-context5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-context-indexer5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-context-support5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-core5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-expression5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-instrument5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-jcl5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-jdbc5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-jms5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-messaging5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-orm5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-oxm5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-test5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-tx5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-web5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-webflux5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-webmvc5.2.10.RELEASE-jarApache License, Version 2.0
org.springframeworkspring-websocket5.2.10.RELEASE-jarApache License, Version 2.0
org.springframework.amqpspring-amqp2.2.12.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.amqpspring-rabbit2.2.12.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.amqpspring-rabbit-junit2.2.12.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.amqpspring-rabbit-test2.2.12.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.batchspring-batch-core4.2.4.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.batchspring-batch-infrastructure4.2.4.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.batchspring-batch-integration4.2.4.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.batchspring-batch-test4.2.4.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.bootspring-boot2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-actuator2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-actuator-autoconfigure2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-autoconfigure2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-autoconfigure-processor2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-buildpack-platform2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-configuration-metadata2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-configuration-processor2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-devtools2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-jarmode-layertools2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-loader2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-loader-tools2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-properties-migrator2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-activemq2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-actuator2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-amqp2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-aop2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-artemis2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-batch2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-cache2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-cassandra2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-cassandra-reactive2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-couchbase2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-couchbase-reactive2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-elasticsearch2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-jdbc2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-jpa2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-ldap2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-mongodb2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-mongodb-reactive2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-neo4j2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-r2dbc2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-redis2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-redis-reactive2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-rest2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-data-solr2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-freemarker2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-groovy-templates2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-hateoas2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-integration2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jdbc2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jersey2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jetty2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jooq2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-json2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jta-atomikos2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-jta-bitronix2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-log4j22.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-logging2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-mail2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-mustache2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-oauth2-client2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-oauth2-resource-server2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-quartz2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-reactor-netty2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-rsocket2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-security2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-test2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-thymeleaf2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-tomcat2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-undertow2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-validation2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-web2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-web-services2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-webflux2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-starter-websocket2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-test2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.bootspring-boot-test-autoconfigure2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-cassandra3.0.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-commons2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-couchbase4.0.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-elasticsearch4.0.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-envers2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-gemfire2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-geode2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-jdbc2.0.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-jpa2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-keyvalue2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-ldap2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-mongodb3.0.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-neo4j5.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-r2dbc1.1.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-redis2.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-relational2.0.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-rest-core3.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-rest-hal-browser3.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-rest-hal-explorer3.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-rest-webmvc3.3.5.RELEASE-jarApache License, Version 2.0
org.springframework.dataspring-data-solr4.2.5.RELEASE-jarApache License, Version 2.0
org.springframework.hateoasspring-hateoas1.1.2.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-amqp5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-core5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-event5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-feed5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-file5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-ftp5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-gemfire5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-groovy5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-http5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-ip5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jdbc5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jms5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jmx5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-jpa5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-mail5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-mongodb5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-mqtt5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-redis5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-rmi5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-rsocket5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-scripting5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-security5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-sftp5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-stomp5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-stream5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-syslog5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-test5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-test-support5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-webflux5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-websocket5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-ws5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-xml5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-xmpp5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.integrationspring-integration-zookeeper5.3.3.RELEASE-jarApache License, Version 2.0
org.springframework.kafkaspring-kafka2.5.7.RELEASE-jarApache License, Version 2.0
org.springframework.kafkaspring-kafka-test2.5.7.RELEASE-jarApache License, Version 2.0
org.springframework.ldapspring-ldap-core2.3.3.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.ldapspring-ldap-core-tiger2.3.3.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.ldapspring-ldap-ldif-batch2.3.3.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.ldapspring-ldap-ldif-core2.3.3.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.ldapspring-ldap-odm2.3.3.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.ldapspring-ldap-test2.3.3.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-asciidoctor2.0.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-core2.0.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-mockmvc2.0.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-restassured2.0.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.restdocsspring-restdocs-webtestclient2.0.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.retryspring-retry1.2.5.RELEASE-jarApache 2.0
org.springframework.securityspring-security-acl5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-aspects5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-cas5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-config5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-core5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-crypto5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-data5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-ldap5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-messaging5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-oauth2-client5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-oauth2-core5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-oauth2-jose5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-oauth2-resource-server5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-openid5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-remoting5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-rsocket5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-saml2-service-provider5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-taglibs5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-test5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.securityspring-security-web5.3.5.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.sessionspring-session-core2.3.1.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.sessionspring-session-data-geode2.3.1.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.sessionspring-session-data-mongodb2.3.0.RELEASE-jarApache License, Version 2.0
org.springframework.sessionspring-session-data-redis2.3.1.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.sessionspring-session-hazelcast2.3.1.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.sessionspring-session-jdbc2.3.1.RELEASE-jarThe Apache Software License, Version 2.0
org.springframework.wsspring-ws-core3.0.10.RELEASE-jarApache License, Version 2.0
org.springframework.wsspring-ws-security3.0.10.RELEASE-jarApache License, Version 2.0
org.springframework.wsspring-ws-support3.0.10.RELEASE-jarApache License, Version 2.0
org.springframework.wsspring-ws-test3.0.10.RELEASE-jarApache License, Version 2.0
org.springframework.wsspring-xml3.0.10.RELEASE-jarApache License, Version 2.0
org.synchronoss.cloudnio-multipart-parser1.1.0-jarThe Apache Software License, Version 2.0
org.thymeleafthymeleaf3.0.11.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleafthymeleaf-spring53.0.11.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleaf.extrasthymeleaf-extras-java8time3.0.4.RELEASE-jarThe Apache Software License, Version 2.0
org.thymeleaf.extrasthymeleaf-extras-springsecurity53.0.4.RELEASE-jarThe Apache Software License, Version 2.0
org.webjarshal-browser3325375-jarMIT License
org.webjarswebjars-locator-core0.45-jarMIT
org.xerialsqlite-jdbc3.31.1-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-assertj2.7.0-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-core2.7.0-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-legacy2.7.0-jarThe BSD 3-Clause License
org.xmlunitxmlunit-matchers2.7.0-jarThe Apache Software License, Version 2.0
org.xmlunitxmlunit-placeholders2.7.0-jarThe Apache Software License, Version 2.0
org.yamlsnakeyaml1.26-jarApache License, Version 2.0
redis.clientsjedis3.3.0-jarMIT
wsdl4jwsdl4j1.6.3-jarCPL
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/dependency-management.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/dependency-management.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/distribution-management.html b/projects/thymeroot/2.0.0/distribution-management.html new file mode 100644 index 00000000..de781bb5 --- /dev/null +++ b/projects/thymeroot/2.0.0/distribution-management.html @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Distribution Management + + + + +

Project Distribution Management

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Distribution Management
+

+
+
+
+

Overview

+

The following is the distribution management information used by this project.

+

Repository - juplo

+

scpexe://juplo.de/var/www/juplo.de/maven2

+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/distribution-management.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/distribution-management.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/images/close.gif b/projects/thymeroot/2.0.0/images/close.gif new file mode 100644 index 00000000..1c26bbc5 Binary files /dev/null and b/projects/thymeroot/2.0.0/images/close.gif differ diff --git a/projects/thymeroot/2.0.0/index.html b/projects/thymeroot/2.0.0/index.html new file mode 100644 index 00000000..26b6bcb3 --- /dev/null +++ b/projects/thymeroot/2.0.0/index.html @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – + + + + +

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
+

+
+
+ + + + +

${project.name}

+
+

${project.description}

+ +

+ The thymeroot is... +

+
+

Documentation

+ +
    + +
  • + See Configuration Examples for Usage-Explanations + and simple examples of how to use this plugin. +
  • +
+
+

Releases

+ + +
+ +
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/index.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/index.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/issue-tracking.html b/projects/thymeroot/2.0.0/issue-tracking.html new file mode 100644 index 00000000..a5c03cda --- /dev/null +++ b/projects/thymeroot/2.0.0/issue-tracking.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – + + + + +

+

URI

+ +

Path

+

+

    +
+

+
+
+ + + + +

Issue Tracking

+ There is no bug-tracking system set up for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/issue-tracking.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/issue-tracking.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/licenses.html b/projects/thymeroot/2.0.0/licenses.html new file mode 100644 index 00000000..f030217b --- /dev/null +++ b/projects/thymeroot/2.0.0/licenses.html @@ -0,0 +1,604 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Licenses + + + + +

Project Licenses

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Licenses
+

+
+
+
+

Overview

+

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

+

Project Licenses

+

Apache License, Version 2.0

+
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/licenses.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/licenses.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/mail-lists.html b/projects/thymeroot/2.0.0/mail-lists.html new file mode 100644 index 00000000..6bb40e8a --- /dev/null +++ b/projects/thymeroot/2.0.0/mail-lists.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – + + + + +

+

URI

+ +

Path

+

+

    +
+

+
+
+ + + + +

Mailing Lists

+ There are no mailinglists defined for this project! + +

+ Please send your bug-reports, questions or feature-requests directly + to the developer. +

+ + +
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/mail-lists.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/mail-lists.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/plugin-management.html b/projects/thymeroot/2.0.0/plugin-management.html new file mode 100644 index 00000000..ab180167 --- /dev/null +++ b/projects/thymeroot/2.0.0/plugin-management.html @@ -0,0 +1,522 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Plugin Management + + + + +

Project Plugin Management

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Plugin Management
+

+
+
+
+

Project Plugin Management

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.johnzonjohnzon-maven-plugin1.2.8
org.apache.maven.pluginsmaven-antrun-plugin1.8
org.apache.maven.pluginsmaven-assembly-plugin3.3.0
org.apache.maven.pluginsmaven-clean-plugin3.1.0
org.apache.maven.pluginsmaven-compiler-plugin3.8.1
org.apache.maven.pluginsmaven-dependency-plugin3.1.2
org.apache.maven.pluginsmaven-deploy-plugin2.8.2
org.apache.maven.pluginsmaven-enforcer-plugin3.0.0-M3
org.apache.maven.pluginsmaven-failsafe-plugin2.22.2
org.apache.maven.pluginsmaven-help-plugin3.2.0
org.apache.maven.pluginsmaven-install-plugin2.5.2
org.apache.maven.pluginsmaven-invoker-plugin3.2.1
org.apache.maven.pluginsmaven-jar-plugin3.2.0
org.apache.maven.pluginsmaven-javadoc-plugin3.2.0
org.apache.maven.pluginsmaven-release-plugin2.5.3
org.apache.maven.pluginsmaven-resources-plugin3.1.0
org.apache.maven.pluginsmaven-shade-plugin3.2.4
org.apache.maven.pluginsmaven-source-plugin3.2.1
org.apache.maven.pluginsmaven-surefire-plugin2.22.2
org.apache.maven.pluginsmaven-war-plugin3.2.3
org.codehaus.mojobuild-helper-maven-plugin3.1.0
org.codehaus.mojoexec-maven-plugin1.6.0
org.codehaus.mojoflatten-maven-plugin1.2.5
org.codehaus.mojoversions-maven-plugin2.7
org.codehaus.mojoxml-maven-plugin1.0.2
org.flywaydbflyway-maven-plugin6.4.4
org.jetbrains.kotlinkotlin-maven-plugin1.3.72
org.jooqjooq-codegen-maven3.13.5
org.springframework.bootspring-boot-maven-plugin2.3.5.RELEASE
pl.project13.mavengit-commit-id-plugin3.0.1
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/plugin-management.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/plugin-management.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/plugins.html b/projects/thymeroot/2.0.0/plugins.html new file mode 100644 index 00000000..82756d25 --- /dev/null +++ b/projects/thymeroot/2.0.0/plugins.html @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Plugins + + + + +

Project Plugins

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Plugins
+

+
+
+
+

Project Build Plugins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-clean-plugin3.1.0
org.apache.maven.pluginsmaven-compiler-plugin3.8.1
org.apache.maven.pluginsmaven-deploy-plugin2.8.2
org.apache.maven.pluginsmaven-install-plugin2.5.2
org.apache.maven.pluginsmaven-jar-plugin3.2.0
org.apache.maven.pluginsmaven-javadoc-plugin3.2.0
org.apache.maven.pluginsmaven-project-info-reports-plugin3.1.1
org.apache.maven.pluginsmaven-resources-plugin3.1.0
org.apache.maven.pluginsmaven-site-plugin3.9.1
org.apache.maven.pluginsmaven-source-plugin3.2.1
org.apache.maven.pluginsmaven-surefire-plugin2.22.2
org.springframework.bootspring-boot-maven-plugin2.3.5.RELEASE
+

Project Report Plugins

+ + + + + + + + +
GroupIdArtifactIdVersion
org.apache.maven.pluginsmaven-project-info-reports-plugin3.1.1
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/plugins.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/plugins.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/project-info.html b/projects/thymeroot/2.0.0/project-info.html new file mode 100644 index 00000000..84c01335 --- /dev/null +++ b/projects/thymeroot/2.0.0/project-info.html @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Information + + + + +

Project Information

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
+

+
+
+
+

Project Information

+

This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.

+

Overview

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DocumentDescription
DependenciesThis document lists the project's dependencies and provides information on each dependency.
Dependency InformationThis document describes how to include this project as a dependency using various dependency management tools.
Dependency ManagementThis document lists the dependencies that are defined through dependencyManagement.
Distribution ManagementThis document provides informations on the distribution management of this project.
AboutA Spring Boot App that allows to use Thymeleaf to render static HTML-content with a separated layout
LicensesThis document lists the project license(s).
Plugin ManagementThis document lists the plugins that are defined through pluginManagement.
PluginsThis document lists the build plugins and the report plugins used by this project.
Source Code ManagementThis document lists ways to access the online source repository.
SummaryThis document lists other related information of this project
TeamThis document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/project-info.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/project-info.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/scm.html b/projects/thymeroot/2.0.0/scm.html new file mode 100644 index 00000000..5eadcba4 --- /dev/null +++ b/projects/thymeroot/2.0.0/scm.html @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Source Code Management + + + + +

Source Code Management

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Source Code Management
+

+
+
+
+

Overview

+

This project uses a source code management system to manage its source code.

+

Web Browser Access

+

The following is a link to a browsable version of the source repository:

+
+

Access from Behind a Firewall

+

Refer to the documentation of the SCM used for more information about access behind a firewall.

+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/scm.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/scm.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/summary.html b/projects/thymeroot/2.0.0/summary.html new file mode 100644 index 00000000..19af7756 --- /dev/null +++ b/projects/thymeroot/2.0.0/summary.html @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Summary + + + + +

Project Summary

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Summary
+

+
+
+
+

Project Summary

+

Project Information

+ + + + + + + + + + + + +
FieldValue
NameThymeRoot
DescriptionA Spring Boot App that allows to use Thymeleaf to render static HTML-content with a separated layout
Homepagehttps://spring.io/projects/spring-boot/thymeroot
+

Project Organization

+

This project does not belong to an organization.

+

Build Information

+ + + + + + + + + + + + + + + + + + +
FieldValue
GroupIdde.juplo
ArtifactIdthymeroot
Version2.0.0
Typejar
Java Version11
+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/summary.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/summary.html"
+  }
+}
+    
+

All Pages

+

+

+

+ + diff --git a/projects/thymeroot/2.0.0/team.html b/projects/thymeroot/2.0.0/team.html new file mode 100644 index 00000000..431b23fa --- /dev/null +++ b/projects/thymeroot/2.0.0/team.html @@ -0,0 +1,416 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ThymeRoot – Project Team + + + + +

Project Team

+

URI

+ +

Path

+

+

    +
  1. ThymeRoot
  2. Project Information
  3. Team
+

+
+
+
+

Project Team

+

A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.

+

The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.

+

Members

+

The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.

+ + + + + + + + + + + + +
ImageNameEmailOrganizationOrganization URL
Pivotalinfo@pivotal.ioPivotal Software, Inc.https://www.spring.io
+

Contributors

+

There are no contributors listed for this project. Please check back again later.

+
+
+

Page Structure as JSON

+
+{
+  "_titles": {
+    "/projects/thymeroot/2.0.0/index.html": "ThymeRoot",
+    "/projects/thymeroot/2.0.0/dependencies.html": "Dependencies",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "Dependency Information",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "Dependency Management",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "Distribution Management",
+    "/projects/thymeroot/2.0.0/licenses.html": "Licenses",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "Plugin Management",
+    "/projects/thymeroot/2.0.0/plugins.html": "Plugins",
+    "/projects/thymeroot/2.0.0/scm.html": "Source Code Management",
+    "/projects/thymeroot/2.0.0/summary.html": "Summary",
+    "/projects/thymeroot/2.0.0/team.html": "Team",
+    "/projects/thymeroot/2.0.0/project-info.html": "Project Information",
+    "/projects/thymeroot/2.0.0/configuration.html": "Configuration Examples",
+    "/projects/thymeroot/2.0.0/project-reports.html": "Project Reports"
+  },
+  "_childs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/projects/thymeroot/2.0.0/configuration.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/projects/thymeroot/2.0.0/dependencies.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html",
+      "/projects/thymeroot/2.0.0/licenses.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html",
+      "/projects/thymeroot/2.0.0/plugins.html",
+      "/projects/thymeroot/2.0.0/scm.html",
+      "/projects/thymeroot/2.0.0/summary.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ]
+  },
+  "_crumbs": {
+    "/projects/thymeroot/2.0.0/index.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependencies.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependencies.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/dependency-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/dependency-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/distribution-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/distribution-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/licenses.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/licenses.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugin-management.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugin-management.html"
+    ],
+    "/projects/thymeroot/2.0.0/plugins.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/plugins.html"
+    ],
+    "/projects/thymeroot/2.0.0/scm.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/scm.html"
+    ],
+    "/projects/thymeroot/2.0.0/summary.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/summary.html"
+    ],
+    "/projects/thymeroot/2.0.0/team.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html",
+      "/projects/thymeroot/2.0.0/team.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-info.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-info.html"
+    ],
+    "/projects/thymeroot/2.0.0/configuration.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/configuration.html"
+    ],
+    "/projects/thymeroot/2.0.0/project-reports.html": [
+      "/index.html","/projects.html",
+      "/projects/thymeroot/2.0.0/index.html",
+      "/projects/thymeroot/2.0.0/project-reports.html"
+    ]
+  },
+  "_canonical": {
+    "/projects/thymeroot/2.0.0/index.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/dependencies.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/dependency-info.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/dependency-management.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/distribution-management.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/licenses.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/plugin-management.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/plugins.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/scm.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/summary.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/team.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/project-info.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/configuration.html": "/thymeroot/team.html",
+    "/projects/thymeroot/2.0.0/project-reports.html": "/thymeroot/team.html"
+  }
+}
+    
+

All Pages

+

+

+

+ +