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
+
+ site: /projects/thymeroot/2.0.0/configuration.html
+ canonical: /thymeroot/configuration.html
+ relative: configuration.html
+
+ Path
+
+
+ ThymeRoot 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
+
+ site: /projects/thymeroot/2.0.0/dependencies.html
+ canonical: /thymeroot/dependencies.html
+ relative: dependencies.html
+
+ Path
+
+
+ ThymeRoot Project Information 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:
+
+
+GroupId
+ArtifactId
+Version
+Type
+Licenses
+Optional
+
+com.fasterxml.jackson.core
+jackson-annotations
+2.11.3
+jar
+The Apache Software License, Version 2.0
+No
+
+com.fasterxml.jackson.core
+jackson-core
+2.11.3
+jar
+The Apache Software License, Version 2.0
+No
+
+com.fasterxml.jackson.core
+jackson-databind
+2.11.3
+jar
+The Apache Software License, Version 2.0
+No
+
+de.juplo
+thymeproxy
+2.0.0
+jar
+Apache License, Version 2.0
+No
+
+org.apache.httpcomponents
+httpclient
+4.5.13
+jar
+Apache License, Version 2.0
+No
+
+org.springframework.boot
+spring-boot-starter-logging
+2.3.5.RELEASE
+jar
+Apache License, Version 2.0
+No
+
+org.springframework.boot
+spring-boot-starter-thymeleaf
+2.3.5.RELEASE
+jar
+Apache License, Version 2.0
+No
+
+org.springframework.boot
+spring-boot-starter-web
+2.3.5.RELEASE
+jar
+Apache License, Version 2.0
+No
+
+org.springframework.boot
+spring-boot-configuration-processor
+2.3.5.RELEASE
+jar
+Apache License, Version 2.0
+Yes
+
+org.springframework.boot
+spring-boot-devtools
+2.3.5.RELEASE
+jar
+Apache License, Version 2.0
+Yes
+ 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:
+
+
+GroupId
+ArtifactId
+Version
+Classifier
+Type
+Licenses
+
+ch.qos.logback
+logback-classic
+1.2.3
+-
+jar
+Eclipse Public License - v 1.0 GNU Lesser General Public License
+
+ch.qos.logback
+logback-core
+1.2.3
+-
+jar
+Eclipse Public License - v 1.0 GNU Lesser General Public License
+
+com.fasterxml.jackson.datatype
+jackson-datatype-jdk8
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-jsr310
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-parameter-names
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+commons-codec
+commons-codec
+1.14
+-
+jar
+Apache License, Version 2.0
+
+de.juplo
+http-resources
+2.0.0
+-
+jar
+The Apache Software License, Version 2.0
+
+de.juplo
+http-resources
+2.0.0
+tests
+test-jar
+The Apache Software License, Version 2.0
+
+de.juplo
+simple-mapper
+1.0.0
+-
+jar
+-
+
+jakarta.annotation
+jakarta.annotation-api
+1.3.5
+-
+jar
+EPL 2.0 GPL2 w/ CPE
+
+javax.servlet
+javax.servlet-api
+4.0.1
+-
+jar
+CDDL + GPLv2 with classpath exception
+
+org.apache.httpcomponents
+httpcore
+4.4.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-api
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-to-slf4j
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat.embed
+tomcat-embed-core
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat.embed
+tomcat-embed-websocket
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.attoparser
+attoparser
+2.0.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.glassfish
+jakarta.el
+3.0.3
+-
+jar
+EPL 2.0 GPL2 w/ CPE
+
+org.slf4j
+jul-to-slf4j
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+slf4j-api
+1.7.30
+-
+jar
+MIT License
+
+org.springframework
+spring-aop
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-beans
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-context
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-core
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-expression
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-jcl
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-web
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-webmvc
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-autoconfigure
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-json
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-tomcat
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.thymeleaf
+thymeleaf
+3.0.11.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.thymeleaf
+thymeleaf-spring5
+3.0.11.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.thymeleaf.extras
+thymeleaf-extras-java8time
+3.0.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.unbescape
+unbescape
+1.1.6.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.yaml
+snakeyaml
+1.26
+-
+jar
+Apache License, Version 2.0
+ Project Dependency Graph
+
+
+ Dependency Tree
+
+de.juplo:thymeroot:jar:2.0.0
+
+ 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
+
+
+Filename
+Size
+Entries
+Classes
+Packages
+Java Version
+Debug Information
+
+logback-classic-1.2.3.jar
+290.3 kB
+234
+175
+27
+1.6
+Yes
+
+logback-core-1.2.3.jar
+471.9 kB
+419
+373
+36
+1.6
+Yes
+
+jackson-annotations-2.11.3.jar
+68.2 kB
+81
+69
+2
+-
+Yes
+
+jackson-core-2.11.3.jar
+351.5 kB
+144
+118
+13
+-
+Yes
+
+jackson-databind-2.11.3.jar
+1.4 MB
+693
+658
+22
+-
+Yes
+
+jackson-datatype-jdk8-2.11.3.jar
+34.3 kB
+37
+23
+2
+-
+Yes
+
+jackson-datatype-jsr310-2.11.3.jar
+111 kB
+76
+57
+6
+-
+Yes
+
+jackson-module-parameter-names-2.11.3.jar
+9.3 kB
+19
+5
+2
+-
+Yes
+
+commons-codec-1.14.jar
+347.7 kB
+249
+102
+7
+1.7
+Yes
+
+http-resources-2.0.0.jar
+23.4 kB
+20
+9
+1
+-
+Yes
+
+http-resources-2.0.0-tests.jar
+185.7 kB
+-
+-
+-
+-
+-
+
+simple-mapper-1.0.0.jar
+16.6 kB
+20
+9
+1
+1.8
+Yes
+
+thymeproxy-2.0.0.jar
+17 kB
+20
+9
+1
+-
+Yes
+
+jakarta.annotation-api-1.3.5.jar
+25.1 kB
+28
+15
+3
+1.8
+Yes
+
+javax.servlet-api-4.0.1.jar
+95.5 kB
+109
+85
+4
+1.8
+Yes
+
+httpclient-4.5.13.jar
+780.3 kB
+511
+470
+24
+1.6
+Yes
+
+httpcore-4.4.13.jar
+328.6 kB
+283
+253
+17
+1.6
+Yes
+
+log4j-api-2.13.3.jar
+292.3 kB
+214
+180
+9
+-
+Yes
+
+log4j-to-slf4j-2.13.3.jar
+17.5 kB
+22
+6
+1
+1.8
+Yes
+
+tomcat-embed-core-9.0.39.jar
+3.4 MB
+1754
+1544
+79
+-
+Yes
+
+tomcat-embed-websocket-9.0.39.jar
+270.5 kB
+205
+178
+6
+-
+Yes
+
+attoparser-2.0.5.RELEASE.jar
+245 kB
+165
+147
+12
+1.6
+Yes
+
+jakarta.el-3.0.3.jar
+237.8 kB
+182
+162
+6
+1.7
+Yes
+
+jul-to-slf4j-1.7.30.jar
+4.6 kB
+11
+1
+1
+1.5
+Yes
+
+slf4j-api-1.7.30.jar
+41.5 kB
+46
+34
+4
+1.5
+Yes
+
+spring-aop-5.2.10.RELEASE.jar
+372.8 kB
+306
+277
+17
+1.8
+Yes
+
+spring-beans-5.2.10.RELEASE.jar
+688.4 kB
+414
+384
+13
+1.8
+Yes
+
+spring-context-5.2.10.RELEASE.jar
+1.2 MB
+967
+880
+64
+1.8
+Yes
+
+spring-core-5.2.10.RELEASE.jar
+1.4 MB
+1023
+965
+47
+1.8
+Yes
+
+spring-expression-5.2.10.RELEASE.jar
+282.2 kB
+164
+150
+6
+1.8
+Yes
+
+spring-jcl-5.2.10.RELEASE.jar
+24 kB
+28
+17
+2
+1.8
+Yes
+
+spring-web-5.2.10.RELEASE.jar
+1.4 MB
+997
+927
+55
+1.8
+Yes
+
+spring-webmvc-5.2.10.RELEASE.jar
+956.8 kB
+586
+541
+28
+1.8
+Yes
+
+spring-boot-2.3.5.RELEASE.jar
+1.1 MB
+837
+725
+71
+1.8
+Yes
+
+spring-boot-autoconfigure-2.3.5.RELEASE.jar
+1.5 MB
+1215
+1099
+99
+1.8
+Yes
+
+spring-boot-starter-2.3.5.RELEASE.jar
+4.8 kB
+4
+0
+0
+-
+No
+
+spring-boot-starter-json-2.3.5.RELEASE.jar
+4.7 kB
+4
+0
+0
+-
+No
+
+spring-boot-starter-logging-2.3.5.RELEASE.jar
+4.8 kB
+4
+0
+0
+-
+No
+
+spring-boot-starter-thymeleaf-2.3.5.RELEASE.jar
+4.8 kB
+4
+0
+0
+-
+No
+
+spring-boot-starter-tomcat-2.3.5.RELEASE.jar
+4.8 kB
+4
+0
+0
+-
+No
+
+spring-boot-starter-web-2.3.5.RELEASE.jar
+4.8 kB
+4
+0
+0
+-
+No
+
+thymeleaf-3.0.11.RELEASE.jar
+869.7 kB
+599
+552
+38
+1.6
+Yes
+
+thymeleaf-spring5-3.0.11.RELEASE.jar
+177.2 kB
+126
+98
+17
+1.8
+Yes
+
+thymeleaf-extras-java8time-3.0.4.RELEASE.jar
+40.1 kB
+22
+9
+3
+1.8
+Yes
+
+unbescape-1.1.6.RELEASE.jar
+173.9 kB
+85
+69
+10
+1.6
+Yes
+
+snakeyaml-1.26.jar
+309 kB
+253
+216
+20
+1.7
+Yes
+
+spring-boot-configuration-processor-2.3.5.RELEASE.jar
+115.8 kB
+61
+47
+5
+1.8
+Yes
+
+spring-boot-devtools-2.3.5.RELEASE.jar
+223.1 kB
+173
+140
+17
+1.8
+Yes
+
+Total
+Size
+Entries
+Classes
+Packages
+Java Version
+Debug Information
+
+48
+20.1 MB
+13422
+11778
+798
+1.8
+41
+
+compile: 48
+compile: 20.1 MB
+compile: 13422
+compile: 11778
+compile: 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
+
+ site: /projects/thymeroot/2.0.0/dependency-info.html
+ canonical: /thymeroot/dependency-info.html
+ relative: dependency-info.html
+
+ Path
+
+
+ ThymeRoot Project Information 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
+
+ site: /projects/thymeroot/2.0.0/dependency-management.html
+ canonical: /thymeroot/dependency-management.html
+ relative: dependency-management.html
+
+ Path
+
+
+ ThymeRoot Project Information 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:
+
+
+GroupId
+ArtifactId
+Version
+Classifier
+Type
+License
+
+antlr
+antlr
+2.7.7
+-
+jar
+BSD License
+
+ch.qos.logback
+logback-access
+1.2.3
+-
+jar
+Eclipse Public License - v 1.0 , GNU Lesser General Public License
+
+ch.qos.logback
+logback-classic
+1.2.3
+-
+jar
+Eclipse Public License - v 1.0 , GNU Lesser General Public License
+
+ch.qos.logback
+logback-core
+1.2.3
+-
+jar
+Eclipse Public License - v 1.0 , GNU Lesser General Public License
+
+com.atomikos
+transactions-jdbc
+4.0.6
+-
+jar
+Atomikos Multiple Licensing Scheme
+
+com.atomikos
+transactions-jms
+4.0.6
+-
+jar
+Atomikos Multiple Licensing Scheme
+
+com.atomikos
+transactions-jta
+4.0.6
+-
+jar
+Atomikos Multiple Licensing Scheme
+
+com.couchbase.client
+java-client
+3.0.9
+-
+jar
+The Apache Software License, Version 2.0
+
+com.datastax.oss
+java-driver-core
+4.6.1
+-
+jar
+Apache 2
+
+com.datastax.oss
+java-driver-core-shaded
+4.6.1
+-
+jar
+Apache 2
+
+com.datastax.oss
+java-driver-mapper-processor
+4.6.1
+-
+jar
+Apache 2
+
+com.datastax.oss
+java-driver-mapper-runtime
+4.6.1
+-
+jar
+Apache 2
+
+com.datastax.oss
+java-driver-query-builder
+4.6.1
+-
+jar
+Apache 2
+
+com.datastax.oss
+java-driver-shaded-guava
+25.1-jre
+-
+jar
+Apache 2
+
+com.datastax.oss
+java-driver-test-infra
+4.6.1
+-
+jar
+Apache 2
+
+com.datastax.oss
+native-protocol
+1.4.10
+-
+jar
+Apache 2
+
+com.fasterxml
+classmate
+1.5.1
+-
+jar
+Apache License, Version 2.0
+
+com.fasterxml.jackson.core
+jackson-annotations
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.core
+jackson-core
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.core
+jackson-databind
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-avro
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-cbor
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-csv
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-ion
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-properties
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-protobuf
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-smile
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-xml
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.dataformat
+jackson-dataformat-yaml
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-eclipse-collections
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-guava
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-hibernate3
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-hibernate4
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-hibernate5
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-hppc
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-jaxrs
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-jdk8
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-joda
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-joda-money
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-json-org
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-jsr310
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-jsr353
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.datatype
+jackson-datatype-pcollections
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jaxrs
+jackson-jaxrs-base
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jaxrs
+jackson-jaxrs-cbor-provider
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jaxrs
+jackson-jaxrs-json-provider
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jaxrs
+jackson-jaxrs-smile-provider
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jaxrs
+jackson-jaxrs-xml-provider
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jaxrs
+jackson-jaxrs-yaml-provider
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jr
+jackson-jr-all
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jr
+jackson-jr-objects
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jr
+jackson-jr-retrofit2
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.jr
+jackson-jr-stree
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-afterburner
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-guice
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-jaxb-annotations
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-jsonSchema
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-kotlin
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-mrbean
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-osgi
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-parameter-names
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-paranamer
+2.11.3
+-
+jar
+The Apache Software License, Version 2.0
+
+com.fasterxml.jackson.module
+jackson-module-scala_2.10
+2.11.3
+-
+jar
+-
+
+com.fasterxml.jackson.module
+jackson-module-scala_2.11
+2.11.3
+-
+jar
+-
+
+com.fasterxml.jackson.module
+jackson-module-scala_2.12
+2.11.3
+-
+jar
+-
+
+com.fasterxml.jackson.module
+jackson-module-scala_2.13
+2.11.3
+-
+jar
+-
+
+com.github.ben-manes.caffeine
+caffeine
+2.8.6
+-
+jar
+Apache License, Version 2.0
+
+com.github.ben-manes.caffeine
+guava
+2.8.6
+-
+jar
+Apache License, Version 2.0
+
+com.github.ben-manes.caffeine
+jcache
+2.8.6
+-
+jar
+Apache License, Version 2.0
+
+com.github.ben-manes.caffeine
+simulator
+2.8.6
+-
+jar
+Apache License, Version 2.0
+
+com.github.mxab.thymeleaf.extras
+thymeleaf-extras-data-attribute
+2.0.1
+-
+jar
+The Apache Software License, Version 2.0
+
+com.google.appengine
+appengine-api-1.0-sdk
+1.9.82
+-
+jar
+Apache License, Version 2.0 , CDDL/GPLv2+CE , JSR-000107 JCACHE 2.9 Public Review - Updated Specification License
+
+com.google.cloud
+cloud-spanner-r2dbc
+0.2.0
+-
+jar
+The Apache License, Version 2.0
+
+com.google.code.gson
+gson
+2.8.6
+-
+jar
+Apache 2.0
+
+com.h2database
+h2
+1.4.200
+-
+jar
+MPL 2.0 or EPL 1.0
+
+com.hazelcast
+hazelcast
+3.12.10
+-
+jar
+The Apache Software License, Version 2.0
+
+com.hazelcast
+hazelcast-client
+3.12.10
+-
+jar
+The Apache Software License, Version 2.0
+
+com.hazelcast
+hazelcast-hibernate52
+1.3.2
+-
+jar
+The Apache Software License, Version 2.0
+
+com.hazelcast
+hazelcast-hibernate53
+1.3.2
+-
+jar
+The Apache Software License, Version 2.0
+
+com.hazelcast
+hazelcast-spring
+3.12.10
+-
+jar
+The Apache Software License, Version 2.0
+
+com.ibm.db2
+jcc
+11.5.4.0
+-
+jar
+International Program License Agreement (IPLA)
+
+com.jayway.jsonpath
+json-path
+2.4.0
+-
+jar
+The Apache Software License, Version 2.0
+
+com.jayway.jsonpath
+json-path-assert
+2.4.0
+-
+jar
+The Apache Software License, Version 2.0
+
+com.microsoft.sqlserver
+mssql-jdbc
+7.4.1.jre8
+-
+jar
+MIT License
+
+com.nimbusds
+nimbus-jose-jwt
+8.19
+-
+jar
+The Apache Software License, Version 2.0
+
+com.nimbusds
+oauth2-oidc-sdk
+7.1.1
+-
+jar
+Apache License, version 2.0
+
+com.oracle.database.ha
+ons
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.ha
+simplefan
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc
+ojdbc10
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc
+ojdbc10dms
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc
+ojdbc8
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc
+ojdbc8dms
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc
+ucp
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc.debug
+ojdbc10_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc.debug
+ojdbc10dms_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc.debug
+ojdbc8_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.jdbc.debug
+ojdbc8dms_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.nls
+orai18n
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.observability
+dms
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.security
+oraclepki
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.security
+osdt_cert
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.security
+osdt_core
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.xml
+xdb
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.database.xml
+xmlparserv2
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+dms
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc10
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc10_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc10dms
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc10dms_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc8
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc8_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc8dms
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ojdbc8dms_g
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ons
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+oraclepki
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+orai18n
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+osdt_cert
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+osdt_core
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+simplefan
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+ucp
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+xdb
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.oracle.ojdbc
+xmlparserv2
+19.3.0.0
+-
+jar
+Oracle Free Use Terms and Conditions (FUTC)
+
+com.querydsl
+querydsl-apt
+4.3.1
+-
+jar
+Apache License, Version 2.0
+
+com.querydsl
+querydsl-collections
+4.3.1
+-
+jar
+Apache License, Version 2.0
+
+com.querydsl
+querydsl-core
+4.3.1
+-
+jar
+Apache License, Version 2.0
+
+com.querydsl
+querydsl-jpa
+4.3.1
+-
+jar
+Apache License, Version 2.0
+
+com.querydsl
+querydsl-mongodb
+4.3.1
+-
+jar
+Apache License, Version 2.0
+
+com.rabbitmq
+amqp-client
+5.9.0
+-
+jar
+ASL 2.0 , GPL v2 , MPL 1.1
+
+com.samskivert
+jmustache
+1.15
+-
+jar
+The (New) BSD License
+
+com.sendgrid
+sendgrid-java
+4.4.8
+-
+jar
+The MIT License (MIT)
+
+com.squareup.okhttp3
+logging-interceptor
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+mockwebserver
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+okcurl
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+okhttp
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+okhttp-dnsoverhttps
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+okhttp-sse
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+okhttp-testing-support
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+okhttp-tls
+3.14.9
+-
+jar
+Apache 2.0
+
+com.squareup.okhttp3
+okhttp-urlconnection
+3.14.9
+-
+jar
+Apache 2.0
+
+com.sun.activation
+jakarta.activation
+1.2.2
+-
+jar
+EDL 1.0
+
+com.sun.mail
+jakarta.mail
+1.6.5
+-
+jar
+EPL 2.0 , GPL2 w/ CPE , EDL 1.0
+
+com.sun.xml.messaging.saaj
+saaj-impl
+1.5.2
+-
+jar
+Eclipse Distribution License - v 1.0
+
+com.unboundid
+unboundid-ldapsdk
+4.0.14
+-
+jar
+GNU General Public License version 2 (GPLv2) , GNU Lesser General Public License version 2.1 (LGPLv2.1) , UnboundID LDAP SDK Free Use License
+
+com.zaxxer
+HikariCP
+3.4.5
+-
+jar
+The Apache Software License, Version 2.0
+
+commons-codec
+commons-codec
+1.14
+-
+jar
+Apache License, Version 2.0
+
+commons-pool
+commons-pool
+1.6
+-
+jar
+The Apache Software License, Version 2.0
+
+de.flapdoodle.embed
+de.flapdoodle.embed.mongo
+2.2.0
+-
+jar
+The Apache Software License, Version 2.0
+
+dev.miku
+r2dbc-mysql
+0.8.2.RELEASE
+-
+jar
+The Apache License, Version 2.0
+
+io.dropwizard.metrics
+metrics-annotation
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-caffeine
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-collectd
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-core
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-ehcache
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-graphite
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-healthchecks
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-httpasyncclient
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-httpclient
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-jcache
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-jdbi
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-jdbi3
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-jersey2
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-jetty9
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-jmx
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-json
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-jvm
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-log4j2
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-logback
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-servlet
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.dropwizard.metrics
+metrics-servlets
+4.1.14
+-
+jar
+Apache License 2.0
+
+io.lettuce
+lettuce-core
+5.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+io.micrometer
+micrometer-core
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-jersey2
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-appoptics
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-atlas
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-azure-monitor
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-cloudwatch
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-cloudwatch2
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-datadog
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-dynatrace
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-elastic
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-ganglia
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-graphite
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-humio
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-influx
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-jmx
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-kairos
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-new-relic
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-opentsdb
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-prometheus
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-signalfx
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-stackdriver
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-statsd
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-registry-wavefront
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.micrometer
+micrometer-test
+1.5.6
+-
+jar
+The Apache Software License, Version 2.0
+
+io.netty
+netty-all
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-buffer
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-dns
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-haproxy
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-http
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-http2
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-memcache
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-mqtt
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-redis
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-smtp
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-socks
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-stomp
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-codec-xml
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-common
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-dev-tools
+4.1.53.Final
+-
+jar
+-
+
+io.netty
+netty-example
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-handler
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-handler-proxy
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-resolver
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-resolver-dns
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-resolver-dns-native-macos
+4.1.53.Final
+osx-x86_64
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-resolver-dns-native-macos
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-tcnative
+2.0.34.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-tcnative-boringssl-static
+2.0.34.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-epoll
+4.1.53.Final
+linux-aarch64
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-epoll
+4.1.53.Final
+linux-x86_64
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-epoll
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-kqueue
+4.1.53.Final
+osx-x86_64
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-kqueue
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-unix-common
+4.1.53.Final
+linux-aarch64
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-unix-common
+4.1.53.Final
+linux-x86_64
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-unix-common
+4.1.53.Final
+osx-x86_64
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-native-unix-common
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-rxtx
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-sctp
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.netty
+netty-transport-udt
+4.1.53.Final
+-
+jar
+Apache License, Version 2.0
+
+io.projectreactor
+reactor-core
+3.3.11.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+io.projectreactor
+reactor-test
+3.3.11.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+io.projectreactor
+reactor-tools
+3.3.11.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+io.projectreactor.addons
+reactor-adapter
+3.3.4.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+io.projectreactor.addons
+reactor-extra
+3.3.4.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+io.projectreactor.addons
+reactor-pool
+0.1.7.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+io.projectreactor.kafka
+reactor-kafka
+1.2.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+io.projectreactor.kotlin
+reactor-kotlin-extensions
+1.0.2.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+io.projectreactor.netty
+reactor-netty
+0.9.13.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+io.projectreactor.rabbitmq
+reactor-rabbitmq
+1.4.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+io.prometheus
+simpleclient_pushgateway
+0.9.0
+-
+jar
+The Apache Software License, Version 2.0
+
+io.r2dbc
+r2dbc-h2
+0.8.4.RELEASE
+-
+jar
+Apache License 2.0
+
+io.r2dbc
+r2dbc-mssql
+0.8.5.RELEASE
+-
+jar
+Apache License 2.0
+
+io.r2dbc
+r2dbc-pool
+0.8.5.RELEASE
+-
+jar
+Apache License 2.0
+
+io.r2dbc
+r2dbc-postgresql
+0.8.6.RELEASE
+-
+jar
+Apache License 2.0
+
+io.r2dbc
+r2dbc-proxy
+0.8.3.RELEASE
+-
+jar
+Apache License 2.0
+
+io.r2dbc
+r2dbc-spi
+0.8.3.RELEASE
+-
+jar
+Apache License 2.0
+
+io.reactivex
+rxjava
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+io.reactivex
+rxjava-reactive-streams
+1.2.1
+-
+jar
+The Apache Software License, Version 2.0
+
+io.reactivex.rxjava2
+rxjava
+2.2.20
+-
+jar
+The Apache Software License, Version 2.0
+
+io.rest-assured
+json-path
+3.3.0
+-
+jar
+Apache 2.0
+
+io.rest-assured
+json-schema-validator
+3.3.0
+-
+jar
+Apache 2.0
+
+io.rest-assured
+rest-assured
+3.3.0
+-
+jar
+Apache 2.0
+
+io.rest-assured
+scala-support
+3.3.0
+-
+jar
+Apache 2.0
+
+io.rest-assured
+spring-mock-mvc
+3.3.0
+-
+jar
+Apache 2.0
+
+io.rest-assured
+spring-web-test-client
+3.3.0
+-
+jar
+Apache 2.0
+
+io.rest-assured
+xml-path
+3.3.0
+-
+jar
+Apache 2.0
+
+io.rsocket
+rsocket-core
+1.0.3
+-
+jar
+The Apache Software License, Version 2.0
+
+io.rsocket
+rsocket-load-balancer
+1.0.3
+-
+jar
+The Apache Software License, Version 2.0
+
+io.rsocket
+rsocket-micrometer
+1.0.3
+-
+jar
+The Apache Software License, Version 2.0
+
+io.rsocket
+rsocket-test
+1.0.3
+-
+jar
+The Apache Software License, Version 2.0
+
+io.rsocket
+rsocket-transport-local
+1.0.3
+-
+jar
+The Apache Software License, Version 2.0
+
+io.rsocket
+rsocket-transport-netty
+1.0.3
+-
+jar
+The Apache Software License, Version 2.0
+
+io.spring.gradle
+dependency-management-plugin
+1.0.10.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+io.undertow
+undertow-core
+2.1.4.Final
+-
+jar
+Apache License Version 2.0
+
+io.undertow
+undertow-servlet
+2.1.4.Final
+-
+jar
+Apache License Version 2.0
+
+io.undertow
+undertow-websockets-jsr
+2.1.4.Final
+-
+jar
+Apache License Version 2.0
+
+jakarta.activation
+jakarta.activation-api
+1.2.2
+-
+jar
+EDL 1.0
+
+jakarta.annotation
+jakarta.annotation-api
+1.3.5
+-
+jar
+EPL 2.0 , GPL2 w/ CPE
+
+jakarta.jms
+jakarta.jms-api
+2.0.3
+-
+jar
+Eclipse Public License 2.0 , GNU General Public License, version 2 with the GNU Classpath Exception
+
+jakarta.json
+jakarta.json-api
+1.1.6
+-
+jar
+Eclipse Public License 2.0 , GNU General Public License, version 2 with the GNU Classpath Exception
+
+jakarta.json.bind
+jakarta.json.bind-api
+1.0.2
+-
+jar
+Eclipse Public License 2.0 , GNU General Public License, version 2 with the GNU Classpath Exception
+
+jakarta.mail
+jakarta.mail-api
+1.6.5
+-
+jar
+EPL 2.0 , GPL2 w/ CPE , EDL 1.0
+
+jakarta.persistence
+jakarta.persistence-api
+2.2.3
+-
+jar
+Eclipse Public License v. 2.0 , Eclipse Distribution License v. 1.0
+
+jakarta.servlet
+jakarta.servlet-api
+4.0.4
+-
+jar
+EPL 2.0 , GPL2 w/ CPE
+
+jakarta.servlet.jsp.jstl
+jakarta.servlet.jsp.jstl-api
+1.2.7
+-
+jar
+EPL 2.0 , GPL2 w/ CPE
+
+jakarta.transaction
+jakarta.transaction-api
+1.3.3
+-
+jar
+EPL 2.0 , GPL2 w/ CPE
+
+jakarta.validation
+jakarta.validation-api
+2.0.2
+-
+jar
+Apache License 2.0
+
+jakarta.websocket
+jakarta.websocket-api
+1.1.2
+-
+jar
+Eclipse Public License 2.0 , GNU General Public License, version 2 with the GNU Classpath Exception
+
+jakarta.ws.rs
+jakarta.ws.rs-api
+2.1.6
+-
+jar
+EPL 2.0 , GPL2 w/ CPE
+
+jakarta.xml.bind
+jakarta.xml.bind-api
+2.3.3
+-
+jar
+Eclipse Distribution License - v 1.0
+
+jakarta.xml.soap
+jakarta.xml.soap-api
+1.4.2
+-
+jar
+Eclipse Distribution License - v 1.0
+
+jakarta.xml.ws
+jakarta.xml.ws-api
+2.3.3
+-
+jar
+Eclipse Distribution License - v 1.0
+
+javax.activation
+javax.activation-api
+1.2.0
+-
+jar
+CDDL/GPLv2+CE
+
+javax.annotation
+javax.annotation-api
+1.3.2
+-
+jar
+CDDL + GPLv2 with classpath exception
+
+javax.cache
+cache-api
+1.1.1
+-
+jar
+Apache License, Version 2.0
+
+javax.jms
+javax.jms-api
+2.0.1
+-
+jar
+CDDL + GPLv2 with classpath exception
+
+javax.json
+javax.json-api
+1.1.4
+-
+jar
+Dual license consisting of the CDDL v1.1 and GPL v2
+
+javax.json.bind
+javax.json.bind-api
+1.0
+-
+jar
+Dual license consisting of the CDDL v1.1 and GPL v2
+
+javax.mail
+javax.mail-api
+1.6.2
+-
+jar
+CDDL/GPLv2+CE
+
+javax.money
+money-api
+1.0.3
+-
+jar
+Spec Evaluation License , Spec Implementation License
+
+javax.persistence
+javax.persistence-api
+2.2
+-
+jar
+Eclipse Public License v1.0 , Eclipse Distribution License v. 1.0
+
+javax.servlet
+javax.servlet-api
+4.0.1
+-
+jar
+CDDL + GPLv2 with classpath exception
+
+javax.servlet
+jstl
+1.2
+-
+jar
+-
+
+javax.transaction
+javax.transaction-api
+1.3
+-
+jar
+CDDL + GPLv2 with classpath exception
+
+javax.validation
+validation-api
+2.0.1.Final
+-
+jar
+Apache License 2.0
+
+javax.websocket
+javax.websocket-api
+1.1
+-
+jar
+Dual license consisting of the CDDL v1.1 and GPL v2
+
+javax.xml.bind
+jaxb-api
+2.3.1
+-
+jar
+CDDL 1.1 , GPL2 w/ CPE
+
+javax.xml.ws
+jaxws-api
+2.3.1
+-
+jar
+CDDL + GPLv2 with classpath exception
+
+jaxen
+jaxen
+1.2.0
+-
+jar
+BSD License 2.0
+
+junit
+junit
+4.13.1
+-
+jar
+Eclipse Public License 1.0
+
+mysql
+mysql-connector-java
+8.0.22
+-
+jar
+The GNU General Public License, v2 with FOSS exception
+
+net.bytebuddy
+byte-buddy
+1.10.17
+-
+jar
+Apache License, Version 2.0
+
+net.bytebuddy
+byte-buddy-agent
+1.10.17
+-
+jar
+Apache License, Version 2.0
+
+net.minidev
+json-smart
+2.3
+-
+jar
+The Apache Software License, Version 2.0
+
+net.sf.ehcache
+ehcache
+2.10.6
+-
+jar
+The Apache Software License, Version 2.0
+
+net.sourceforge.htmlunit
+htmlunit
+2.40.0
+-
+jar
+Apache License, Version 2.0
+
+net.sourceforge.jtds
+jtds
+1.3.1
+-
+jar
+LGPL
+
+net.sourceforge.nekohtml
+nekohtml
+1.9.22
+-
+jar
+The Apache Software License, Version 2.0
+
+nz.net.ultraq.thymeleaf
+thymeleaf-layout-dialect
+2.2.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.activemq
+activemq-amqp
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-blueprint
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-broker
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-camel
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-client
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-console
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-http
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-jaas
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-jdbc-store
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-jms-pool
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-kahadb-store
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-karaf
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-leveldb-store
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-log4j-appender
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-mqtt
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-openwire-generator
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-openwire-legacy
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-osgi
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-partition
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-pool
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-ra
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-run
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-runtime-config
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-shiro
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-spring
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-stomp
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+activemq-web
+5.15.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-amqp-protocol
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-commons
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-core-client
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-jms-client
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-jms-server
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-journal
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-selector
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-server
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.activemq
+artemis-service-extensions
+2.12.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.commons
+commons-dbcp2
+2.7.0
+-
+jar
+Apache License, Version 2.0
+
+org.apache.commons
+commons-lang3
+3.10
+-
+jar
+Apache License, Version 2.0
+
+org.apache.commons
+commons-pool2
+2.8.1
+-
+jar
+Apache License, Version 2.0
+
+org.apache.derby
+derby
+10.14.2.0
+-
+jar
+Apache 2
+
+org.apache.derby
+derbyclient
+10.14.2.0
+-
+jar
+Apache 2
+
+org.apache.httpcomponents
+fluent-hc
+4.5.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpasyncclient
+4.1.4
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpclient
+4.5.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpclient-cache
+4.5.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpclient-osgi
+4.5.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpclient-win
+4.5.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpcore
+4.4.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpcore-nio
+4.4.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.httpcomponents
+httpmime
+4.5.13
+-
+jar
+Apache License, Version 2.0
+
+org.apache.johnzon
+johnzon-core
+1.2.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.johnzon
+johnzon-jaxrs
+1.2.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.johnzon
+johnzon-jsonb
+1.2.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.johnzon
+johnzon-jsonb-extras
+1.2.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.johnzon
+johnzon-jsonschema
+1.2.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.johnzon
+johnzon-mapper
+1.2.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.johnzon
+johnzon-websocket
+1.2.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+connect-api
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+connect-basic-auth-extension
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+connect-file
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+connect-json
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+connect-runtime
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+connect-transforms
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka-clients
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka-log4j-appender
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka-streams
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka-streams-scala_2.12
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka-streams-scala_2.13
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka-streams-test-utils
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka-tools
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka_2.12
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.kafka
+kafka_2.13
+2.5.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.apache.logging.log4j
+log4j-1.2-api
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-api
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-appserver
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-cassandra
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-core
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-couchdb
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-docker
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-flume-ng
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-iostreams
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-jcl
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-jmx-gui
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-jpa
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-jpl
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-jul
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-kubernetes
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-liquibase
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-mongodb2
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-mongodb3
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-slf4j-impl
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-slf4j18-impl
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-spring-cloud-config-client
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-taglib
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-to-slf4j
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.logging.log4j
+log4j-web
+2.13.3
+-
+jar
+Apache License, Version 2.0
+
+org.apache.solr
+solr-analysis-extras
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-analytics
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-cell
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-clustering
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-core
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-dataimporthandler
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-dataimporthandler-extras
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-langid
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-ltr
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-solrj
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-test-framework
+8.5.2
+-
+jar
+-
+
+org.apache.solr
+solr-velocity
+8.5.2
+-
+jar
+-
+
+org.apache.tomcat
+tomcat-annotations-api
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat
+tomcat-jdbc
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat
+tomcat-jsp-api
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat.embed
+tomcat-embed-core
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat.embed
+tomcat-embed-el
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat.embed
+tomcat-embed-jasper
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.apache.tomcat.embed
+tomcat-embed-websocket
+9.0.39
+-
+jar
+Apache License, Version 2.0
+
+org.aspectj
+aspectjrt
+1.9.6
+-
+jar
+Eclipse Public License - v 1.0
+
+org.aspectj
+aspectjtools
+1.9.6
+-
+jar
+Eclipse Public License - v 1.0
+
+org.aspectj
+aspectjweaver
+1.9.6
+-
+jar
+Eclipse Public License - v 1.0
+
+org.assertj
+assertj-core
+3.16.1
+-
+jar
+Apache License, Version 2.0
+
+org.awaitility
+awaitility
+4.0.3
+-
+jar
+Apache 2.0
+
+org.awaitility
+awaitility-groovy
+4.0.3
+-
+jar
+Apache 2.0
+
+org.awaitility
+awaitility-kotlin
+4.0.3
+-
+jar
+Apache 2.0
+
+org.awaitility
+awaitility-scala
+4.0.3
+-
+jar
+Apache 2.0
+
+org.codehaus.btm
+btm
+2.1.4
+-
+jar
+GNU Lesser General Public License v3.0
+
+org.codehaus.groovy
+groovy
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-ant
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-bsf
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-cli-commons
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-cli-picocli
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-console
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-datetime
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-dateutil
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-docgenerator
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-groovydoc
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-groovysh
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-jaxb
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-jmx
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-json
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-json-direct
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-jsr223
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-macro
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-nio
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-servlet
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-sql
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-swing
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-templates
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-test
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-test-junit5
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-testng
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.groovy
+groovy-xml
+2.5.13
+-
+jar
+The Apache Software License, Version 2.0
+
+org.codehaus.janino
+commons-compiler
+3.1.2
+-
+jar
+New BSD License
+
+org.codehaus.janino
+commons-compiler-jdk
+3.1.2
+-
+jar
+New BSD License
+
+org.codehaus.janino
+janino
+3.1.2
+-
+jar
+New BSD License
+
+org.eclipse.jetty
+apache-jsp
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+apache-jstl
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+infinispan-common
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+infinispan-embedded-query
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+infinispan-remote-query
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-conscrypt-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-conscrypt-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-java-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-java-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-openjdk8-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-openjdk8-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-alpn-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-annotations
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-ant
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-continuation
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-deploy
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-distribution
+9.4.33.v20201020
+-
+tar.gz
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-distribution
+9.4.33.v20201020
+-
+zip
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-hazelcast
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-home
+9.4.33.v20201020
+-
+tar.gz
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-home
+9.4.33.v20201020
+-
+zip
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-http
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-http-spi
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-io
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-jaas
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-jaspi
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-jmx
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-jndi
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-nosql
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-openid
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-plus
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-proxy
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-quickstart
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-reactive-httpclient
+1.1.4
+-
+jar
+Apache License Version 2.0
+
+org.eclipse.jetty
+jetty-rewrite
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-security
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-servlet
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-servlets
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-spring
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-unixsocket
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-util
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-util-ajax
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-webapp
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty
+jetty-xml
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.fcgi
+fcgi-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.fcgi
+fcgi-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.gcloud
+jetty-gcloud-session-manager
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.http2
+http2-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.http2
+http2-common
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.http2
+http2-hpack
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.http2
+http2-http-client-transport
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.http2
+http2-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.memcached
+jetty-memcached-sessions
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.orbit
+javax.servlet.jsp
+2.2.0.v201112011158
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.osgi
+jetty-httpservice
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.osgi
+jetty-osgi-boot
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.osgi
+jetty-osgi-boot-jsp
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.osgi
+jetty-osgi-boot-warurl
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.websocket
+javax-websocket-client-impl
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.websocket
+javax-websocket-server-impl
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.websocket
+websocket-api
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.websocket
+websocket-client
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.websocket
+websocket-common
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.websocket
+websocket-server
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.eclipse.jetty.websocket
+websocket-servlet
+9.4.33.v20201020
+-
+jar
+Apache Software License - Version 2.0 , Eclipse Public License - Version 1.0
+
+org.ehcache
+ehcache
+3.8.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.ehcache
+ehcache-clustered
+3.8.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.ehcache
+ehcache-transactions
+3.8.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.elasticsearch
+elasticsearch
+7.6.2
+-
+jar
+The Apache Software License, Version 2.0
+
+org.elasticsearch.client
+elasticsearch-rest-client
+7.6.2
+-
+jar
+The Apache Software License, Version 2.0
+
+org.elasticsearch.client
+elasticsearch-rest-high-level-client
+7.6.2
+-
+jar
+The Apache Software License, Version 2.0
+
+org.elasticsearch.client
+transport
+7.6.2
+-
+jar
+The Apache Software License, Version 2.0
+
+org.elasticsearch.distribution.integ-test-zip
+elasticsearch
+7.6.2
+-
+jar
+-
+
+org.elasticsearch.plugin
+transport-netty4-client
+7.6.2
+-
+jar
+The Apache Software License, Version 2.0
+
+org.firebirdsql.jdbc
+jaybird-jdk17
+3.0.9
+-
+jar
+GNU Lesser General Public License , Modified BSD (3-clause) License
+
+org.firebirdsql.jdbc
+jaybird-jdk18
+3.0.9
+-
+jar
+GNU Lesser General Public License , Modified BSD (3-clause) License
+
+org.flywaydb
+flyway-core
+6.4.4
+-
+jar
+Apache License, Version 2.0
+
+org.freemarker
+freemarker
+2.3.30
+-
+jar
+Apache License, Version 2.0
+
+org.glassfish
+jakarta.el
+3.0.3
+-
+jar
+EPL 2.0 , GPL2 w/ CPE
+
+org.glassfish.jaxb
+codemodel
+2.3.3
+-
+jar
+Eclipse Public License v. 2.0 , GNU General Public License, version 2 with the GNU Classpath Exception
+
+org.glassfish.jaxb
+codemodel-annotation-compiler
+2.3.3
+-
+jar
+Eclipse Public License v. 2.0 , GNU General Public License, version 2 with the GNU Classpath Exception
+
+org.glassfish.jaxb
+jaxb-jxc
+2.3.3
+-
+jar
+Eclipse Distribution License - v 1.0
+
+org.glassfish.jaxb
+jaxb-runtime
+2.3.3
+-
+jar
+Eclipse Distribution License - v 1.0
+
+org.glassfish.jaxb
+jaxb-xjc
+2.3.3
+-
+jar
+Eclipse Distribution License - v 1.0
+
+org.glassfish.jaxb
+txw2
+2.3.3
+-
+jar
+Eclipse Distribution License - v 1.0
+
+org.glassfish.jaxb
+txwc2
+2.3.3
+-
+jar
+Eclipse Distribution License - v 1.0
+
+org.glassfish.jaxb
+xsom
+2.3.3
+-
+jar
+Eclipse Public License v. 2.0 , GNU General Public License, version 2 with the GNU Classpath Exception
+
+org.glassfish.jersey.bundles
+jaxrs-ri
+2.30.1
+-
+jar
+EPL 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.connectors
+jersey-apache-connector
+2.30.1
+-
+jar
+EPL 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.connectors
+jersey-grizzly-connector
+2.30.1
+-
+jar
+EPL 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.connectors
+jersey-jdk-connector
+2.30.1
+-
+jar
+EPL 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.connectors
+jersey-jetty-connector
+2.30.1
+-
+jar
+EPL 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.connectors
+jersey-netty-connector
+2.30.1
+-
+jar
+EPL 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
+jersey-container-grizzly2-http
+2.30.1
+-
+jar
+EPL 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
+jersey-container-grizzly2-servlet
+2.30.1
+-
+jar
+EPL 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
+jersey-container-jdk-http
+2.30.1
+-
+jar
+EPL 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
+jersey-container-jetty-http
+2.30.1
+-
+jar
+EPL 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
+jersey-container-jetty-servlet
+2.30.1
+-
+jar
+EPL 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
+jersey-container-netty-http
+2.30.1
+-
+jar
+EPL 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
+jersey-container-servlet
+2.30.1
+-
+jar
+EPL 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
+jersey-container-servlet-core
+2.30.1
+-
+jar
+EPL 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
+jersey-container-simple-http
+2.30.1
+-
+jar
+EPL 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.glassfish
+jersey-gf-ejb
+2.30.1
+-
+jar
+EPL 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.core
+jersey-client
+2.30.1
+-
+jar
+EPL 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.core
+jersey-common
+2.30.1
+-
+jar
+EPL 2.0 , The GNU General Public License (GPL), Version 2, With Classpath Exception , Apache License, 2.0 , Public Domain
+
+org.glassfish.jersey.core
+jersey-server
+2.30.1
+-
+jar
+EPL 2.0 , The GNU General Public License (GPL), Version 2, With Classpath Exception , Apache License, 2.0 , Modified BSD
+
+org.glassfish.jersey.ext
+jersey-bean-validation
+2.30.1
+-
+jar
+EPL 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
+jersey-declarative-linking
+2.30.1
+-
+jar
+EPL 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
+jersey-entity-filtering
+2.30.1
+-
+jar
+EPL 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
+jersey-metainf-services
+2.30.1
+-
+jar
+EPL 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
+jersey-mvc
+2.30.1
+-
+jar
+EPL 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
+jersey-mvc-bean-validation
+2.30.1
+-
+jar
+EPL 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
+jersey-mvc-freemarker
+2.30.1
+-
+jar
+EPL 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
+jersey-mvc-jsp
+2.30.1
+-
+jar
+EPL 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
+jersey-mvc-mustache
+2.30.1
+-
+jar
+EPL 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
+jersey-proxy-client
+2.30.1
+-
+jar
+EPL 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
+jersey-servlet-portability
+2.30.1
+-
+jar
+EPL 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
+jersey-spring4
+2.30.1
+-
+jar
+EPL 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
+jersey-spring5
+2.30.1
+-
+jar
+EPL 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
+jersey-wadl-doclet
+2.30.1
+-
+jar
+EPL 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.cdi
+jersey-cdi1x
+2.30.1
+-
+jar
+EPL 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.cdi
+jersey-cdi1x-ban-custom-hk2-binding
+2.30.1
+-
+jar
+EPL 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.cdi
+jersey-cdi1x-servlet
+2.30.1
+-
+jar
+EPL 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.cdi
+jersey-cdi1x-transaction
+2.30.1
+-
+jar
+EPL 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.cdi
+jersey-cdi1x-validation
+2.30.1
+-
+jar
+EPL 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.cdi
+jersey-weld2-se
+2.30.1
+-
+jar
+EPL 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.microprofile
+jersey-mp-config
+2.30.1
+-
+jar
+EPL 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.microprofile
+jersey-mp-rest-client
+2.30.1
+-
+jar
+EPL 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.rx
+jersey-rx-client-guava
+2.30.1
+-
+jar
+EPL 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.rx
+jersey-rx-client-rxjava
+2.30.1
+-
+jar
+EPL 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.rx
+jersey-rx-client-rxjava2
+2.30.1
+-
+jar
+EPL 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.inject
+jersey-cdi2-se
+2.30.1
+-
+jar
+EPL 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.inject
+jersey-hk2
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-jaxb
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-json-binding
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-json-jackson
+2.30.1
+-
+jar
+EPL 2.0 , The GNU General Public License (GPL), Version 2, With Classpath Exception , Apache License, 2.0
+
+org.glassfish.jersey.media
+jersey-media-json-jackson1
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-json-jettison
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-json-processing
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-kryo
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-moxy
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-multipart
+2.30.1
+-
+jar
+EPL 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.media
+jersey-media-sse
+2.30.1
+-
+jar
+EPL 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.security
+oauth1-client
+2.30.1
+-
+jar
+EPL 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.security
+oauth1-server
+2.30.1
+-
+jar
+EPL 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.security
+oauth1-signature
+2.30.1
+-
+jar
+EPL 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.security
+oauth2-client
+2.30.1
+-
+jar
+EPL 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
+jersey-test-framework-core
+2.30.1
+-
+jar
+EPL 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
+jersey-test-framework-util
+2.30.1
+-
+jar
+EPL 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.providers
+jersey-test-framework-provider-bundle
+2.30.1
+-
+pom
+EPL 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.providers
+jersey-test-framework-provider-external
+2.30.1
+-
+jar
+EPL 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.providers
+jersey-test-framework-provider-grizzly2
+2.30.1
+-
+jar
+EPL 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.providers
+jersey-test-framework-provider-inmemory
+2.30.1
+-
+jar
+EPL 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.providers
+jersey-test-framework-provider-jdk-http
+2.30.1
+-
+jar
+EPL 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.providers
+jersey-test-framework-provider-jetty
+2.30.1
+-
+jar
+EPL 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.providers
+jersey-test-framework-provider-simple
+2.30.1
+-
+jar
+EPL 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.hamcrest
+hamcrest
+2.2
+-
+jar
+BSD License 3
+
+org.hamcrest
+hamcrest-core
+2.2
+-
+jar
+BSD License 3
+
+org.hamcrest
+hamcrest-library
+2.2
+-
+jar
+BSD License 3
+
+org.hibernate
+hibernate-c3p0
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-core
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-ehcache
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-entitymanager
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-envers
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-hikaricp
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-java8
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-jcache
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-jpamodelgen
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-proxool
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-spatial
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-testing
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate
+hibernate-vibur
+5.4.22.Final
+-
+jar
+GNU Library General Public License v2.1 or later
+
+org.hibernate.validator
+hibernate-validator
+6.1.6.Final
+-
+jar
+Apache License 2.0
+
+org.hibernate.validator
+hibernate-validator-annotation-processor
+6.1.6.Final
+-
+jar
+Apache License 2.0
+
+org.hsqldb
+hsqldb
+2.5.1
+-
+jar
+HSQLDB License, a BSD open source license
+
+org.infinispan
+infinispan-api
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cachestore-jdbc
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cachestore-jpa
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cachestore-remote
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cachestore-rest
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cachestore-rocksdb
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cdi-common
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cdi-embedded
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-cdi-remote
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-client-hotrod
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-client-rest
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-clustered-counter
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-clustered-lock
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-commons
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-component-annotations
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-core
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-directory-provider
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-hibernate-cache-v53
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-jboss-marshalling
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-jcache
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-jcache-commons
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-jcache-remote
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-key-value-store-client
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-lucene-directory
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-objectfilter
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-osgi
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-persistence-soft-index
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-query
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-query-core
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-query-dsl
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-remote-query-client
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-remote-query-server
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-scripting
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-server-core
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-server-hotrod
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-server-memcached
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-server-rest
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-server-router
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-spring5-common
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-spring5-embedded
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-spring5-remote
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-tasks
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-tasks-api
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.infinispan
+infinispan-tools
+10.1.8.Final
+-
+jar
+Apache License 2.0
+
+org.influxdb
+influxdb-java
+2.18
+-
+jar
+The MIT License (MIT)
+
+org.jboss
+jboss-transaction-spi
+7.6.0.Final
+-
+jar
+Public Domain
+
+org.jboss.logging
+jboss-logging
+3.4.1.Final
+-
+jar
+Apache License, version 2.0
+
+org.jdom
+jdom2
+2.0.6
+-
+jar
+Similar to Apache License but with the acknowledgment clause removed
+
+org.jetbrains.kotlin
+kotlin-compiler
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-compiler-embeddable
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-daemon-client
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-main-kts
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-osgi-bundle
+1.3.72
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-reflect
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-script-runtime
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-script-util
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-scripting-common
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-scripting-jvm
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-scripting-jvm-host
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-stdlib
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-stdlib-common
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-stdlib-jdk7
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-stdlib-jdk8
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-stdlib-js
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-test
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-test-annotations-common
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-test-common
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-test-js
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-test-junit
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-test-junit5
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlin
+kotlin-test-testng
+1.3.72
+-
+jar
+The Apache License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-android
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-core
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-core-common
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-core-js
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-core-native
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-debug
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-guava
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-javafx
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-jdk8
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-jdk9
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-play-services
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-reactive
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-reactor
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-rx2
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-rx3
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-slf4j
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-swing
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jetbrains.kotlinx
+kotlinx-coroutines-test
+1.3.8
+-
+jar
+The Apache Software License, Version 2.0
+
+org.jolokia
+jolokia-core
+1.6.2
+-
+jar
+Apache 2
+
+org.jooq
+jooq
+3.13.5
+-
+jar
+Apache License, Version 2.0
+
+org.jooq
+jooq-codegen
+3.13.5
+-
+jar
+Apache License, Version 2.0
+
+org.jooq
+jooq-meta
+3.13.5
+-
+jar
+Apache License, Version 2.0
+
+org.junit.jupiter
+junit-jupiter
+5.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.jupiter
+junit-jupiter-api
+5.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.jupiter
+junit-jupiter-engine
+5.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.jupiter
+junit-jupiter-migrationsupport
+5.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.jupiter
+junit-jupiter-params
+5.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-commons
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-console
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-engine
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-launcher
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-reporting
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-runner
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-suite-api
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.platform
+junit-platform-testkit
+1.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.junit.vintage
+junit-vintage-engine
+5.6.3
+-
+jar
+Eclipse Public License v2.0
+
+org.jvnet.mimepull
+mimepull
+1.9.13
+-
+jar
+Eclipse Distribution License - v 1.0
+
+org.liquibase
+liquibase-core
+3.8.9
+-
+jar
+Apache License, Version 2.0
+
+org.mariadb
+r2dbc-mariadb
+0.8.4-rc
+-
+jar
+Apache License 2.0
+
+org.mariadb.jdbc
+mariadb-java-client
+2.6.2
+-
+jar
+LGPL-2.1
+
+org.messaginghub
+pooled-jms
+1.1.2
+-
+jar
+The Apache License, Version 2.0
+
+org.mockito
+mockito-core
+3.3.3
+-
+jar
+The MIT License
+
+org.mockito
+mockito-inline
+3.3.3
+-
+jar
+The MIT License
+
+org.mockito
+mockito-junit-jupiter
+3.3.3
+-
+jar
+The MIT License
+
+org.mongodb
+bson
+4.0.5
+-
+jar
+The Apache License, Version 2.0
+
+org.mongodb
+mongodb-driver-core
+4.0.5
+-
+jar
+The Apache License, Version 2.0
+
+org.mongodb
+mongodb-driver-legacy
+4.0.5
+-
+jar
+The Apache License, Version 2.0
+
+org.mongodb
+mongodb-driver-reactivestreams
+4.0.5
+-
+jar
+The Apache License, Version 2.0
+
+org.mongodb
+mongodb-driver-sync
+4.0.5
+-
+jar
+The Apache License, Version 2.0
+
+org.mortbay.jasper
+apache-el
+8.5.54
+-
+jar
+Apache License Version 2.0
+
+org.neo4j
+neo4j-ogm-api
+3.2.17
+-
+jar
+The Apache Software License, Version 2.0
+
+org.neo4j
+neo4j-ogm-bolt-driver
+3.2.17
+-
+jar
+The Apache Software License, Version 2.0
+
+org.neo4j
+neo4j-ogm-bolt-native-types
+3.2.17
+-
+jar
+The Apache Software License, Version 2.0
+
+org.neo4j
+neo4j-ogm-core
+3.2.17
+-
+jar
+The Apache Software License, Version 2.0
+
+org.neo4j
+neo4j-ogm-embedded-driver
+3.2.17
+-
+jar
+The Apache Software License, Version 2.0
+
+org.neo4j
+neo4j-ogm-embedded-native-types
+3.2.17
+-
+jar
+The Apache Software License, Version 2.0
+
+org.neo4j
+neo4j-ogm-http-driver
+3.2.17
+-
+jar
+The Apache Software License, Version 2.0
+
+org.postgresql
+postgresql
+42.2.18
+-
+jar
+BSD-2-Clause
+
+org.projectlombok
+lombok
+1.18.16
+-
+jar
+The MIT License
+
+org.quartz-scheduler
+quartz
+2.3.2
+-
+jar
+The Apache Software License, Version 2.0
+
+org.quartz-scheduler
+quartz-jobs
+2.3.2
+-
+jar
+The Apache Software License, Version 2.0
+
+org.reactivestreams
+reactive-streams
+1.0.3
+-
+jar
+CC0
+
+org.seleniumhq.selenium
+htmlunit-driver
+2.40.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-api
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-chrome-driver
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-edge-driver
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-firefox-driver
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-ie-driver
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-java
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-opera-driver
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-remote-driver
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-safari-driver
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.seleniumhq.selenium
+selenium-support
+3.141.59
+-
+jar
+The Apache Software License, Version 2.0
+
+org.skyscreamer
+jsonassert
+1.5.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.slf4j
+jcl-over-slf4j
+1.7.30
+-
+jar
+Apache License, Version 2.0
+
+org.slf4j
+jul-to-slf4j
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+log4j-over-slf4j
+1.7.30
+-
+jar
+Apache Software Licenses
+
+org.slf4j
+slf4j-api
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+slf4j-ext
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+slf4j-jcl
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+slf4j-jdk14
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+slf4j-log4j12
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+slf4j-nop
+1.7.30
+-
+jar
+MIT License
+
+org.slf4j
+slf4j-simple
+1.7.30
+-
+jar
+MIT License
+
+org.springframework
+spring-aop
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-aspects
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-beans
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-context
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-context-indexer
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-context-support
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-core
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-expression
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-instrument
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-jcl
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-jdbc
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-jms
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-messaging
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-orm
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-oxm
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-test
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-tx
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-web
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-webflux
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-webmvc
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework
+spring-websocket
+5.2.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.amqp
+spring-amqp
+2.2.12.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.amqp
+spring-rabbit
+2.2.12.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.amqp
+spring-rabbit-junit
+2.2.12.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.amqp
+spring-rabbit-test
+2.2.12.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.batch
+spring-batch-core
+4.2.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.batch
+spring-batch-infrastructure
+4.2.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.batch
+spring-batch-integration
+4.2.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.batch
+spring-batch-test
+4.2.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.boot
+spring-boot
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-actuator
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-actuator-autoconfigure
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-autoconfigure
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-autoconfigure-processor
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-buildpack-platform
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-configuration-metadata
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-configuration-processor
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-devtools
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-jarmode-layertools
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-loader
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-loader-tools
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-properties-migrator
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-activemq
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-actuator
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-amqp
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-aop
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-artemis
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-batch
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-cache
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-cassandra
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-cassandra-reactive
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-couchbase
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-couchbase-reactive
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-elasticsearch
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-jdbc
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-jpa
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-ldap
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-mongodb
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-mongodb-reactive
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-neo4j
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-r2dbc
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-redis
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-redis-reactive
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-rest
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-data-solr
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-freemarker
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-groovy-templates
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-hateoas
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-integration
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-jdbc
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-jersey
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-jetty
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-jooq
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-json
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-jta-atomikos
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-jta-bitronix
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-log4j2
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-logging
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-mail
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-mustache
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-oauth2-client
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-oauth2-resource-server
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-quartz
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-reactor-netty
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-rsocket
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-security
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-test
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-thymeleaf
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-tomcat
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-undertow
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-validation
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-web
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-web-services
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-webflux
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-starter-websocket
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-test
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.boot
+spring-boot-test-autoconfigure
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-cassandra
+3.0.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-commons
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-couchbase
+4.0.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-elasticsearch
+4.0.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-envers
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-gemfire
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-geode
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-jdbc
+2.0.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-jpa
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-keyvalue
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-ldap
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-mongodb
+3.0.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-neo4j
+5.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-r2dbc
+1.1.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-redis
+2.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-relational
+2.0.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-rest-core
+3.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-rest-hal-browser
+3.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-rest-hal-explorer
+3.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-rest-webmvc
+3.3.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.data
+spring-data-solr
+4.2.5.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.hateoas
+spring-hateoas
+1.1.2.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-amqp
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-core
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-event
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-feed
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-file
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-ftp
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-gemfire
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-groovy
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-http
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-ip
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-jdbc
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-jms
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-jmx
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-jpa
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-mail
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-mongodb
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-mqtt
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-redis
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-rmi
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-rsocket
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-scripting
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-security
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-sftp
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-stomp
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-stream
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-syslog
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-test
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-test-support
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-webflux
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-websocket
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-ws
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-xml
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-xmpp
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.integration
+spring-integration-zookeeper
+5.3.3.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.kafka
+spring-kafka
+2.5.7.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.kafka
+spring-kafka-test
+2.5.7.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.ldap
+spring-ldap-core
+2.3.3.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.ldap
+spring-ldap-core-tiger
+2.3.3.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.ldap
+spring-ldap-ldif-batch
+2.3.3.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.ldap
+spring-ldap-ldif-core
+2.3.3.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.ldap
+spring-ldap-odm
+2.3.3.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.ldap
+spring-ldap-test
+2.3.3.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.restdocs
+spring-restdocs-asciidoctor
+2.0.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.restdocs
+spring-restdocs-core
+2.0.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.restdocs
+spring-restdocs-mockmvc
+2.0.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.restdocs
+spring-restdocs-restassured
+2.0.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.restdocs
+spring-restdocs-webtestclient
+2.0.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.retry
+spring-retry
+1.2.5.RELEASE
+-
+jar
+Apache 2.0
+
+org.springframework.security
+spring-security-acl
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-aspects
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-cas
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-config
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-core
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-crypto
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-data
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-ldap
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-messaging
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-oauth2-client
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-oauth2-core
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-oauth2-jose
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-oauth2-resource-server
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-openid
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-remoting
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-rsocket
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-saml2-service-provider
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-taglibs
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-test
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.security
+spring-security-web
+5.3.5.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.session
+spring-session-core
+2.3.1.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.session
+spring-session-data-geode
+2.3.1.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.session
+spring-session-data-mongodb
+2.3.0.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.session
+spring-session-data-redis
+2.3.1.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.session
+spring-session-hazelcast
+2.3.1.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.session
+spring-session-jdbc
+2.3.1.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.springframework.ws
+spring-ws-core
+3.0.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.ws
+spring-ws-security
+3.0.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.ws
+spring-ws-support
+3.0.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.ws
+spring-ws-test
+3.0.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.springframework.ws
+spring-xml
+3.0.10.RELEASE
+-
+jar
+Apache License, Version 2.0
+
+org.synchronoss.cloud
+nio-multipart-parser
+1.1.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.thymeleaf
+thymeleaf
+3.0.11.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.thymeleaf
+thymeleaf-spring5
+3.0.11.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.thymeleaf.extras
+thymeleaf-extras-java8time
+3.0.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.thymeleaf.extras
+thymeleaf-extras-springsecurity5
+3.0.4.RELEASE
+-
+jar
+The Apache Software License, Version 2.0
+
+org.webjars
+hal-browser
+3325375
+-
+jar
+MIT License
+
+org.webjars
+webjars-locator-core
+0.45
+-
+jar
+MIT
+
+org.xerial
+sqlite-jdbc
+3.31.1
+-
+jar
+The Apache Software License, Version 2.0
+
+org.xmlunit
+xmlunit-assertj
+2.7.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.xmlunit
+xmlunit-core
+2.7.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.xmlunit
+xmlunit-legacy
+2.7.0
+-
+jar
+The BSD 3-Clause License
+
+org.xmlunit
+xmlunit-matchers
+2.7.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.xmlunit
+xmlunit-placeholders
+2.7.0
+-
+jar
+The Apache Software License, Version 2.0
+
+org.yaml
+snakeyaml
+1.26
+-
+jar
+Apache License, Version 2.0
+
+redis.clients
+jedis
+3.3.0
+-
+jar
+MIT
+
+wsdl4j
+wsdl4j
+1.6.3
+-
+jar
+CPL
+
+
+ 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
+
+ site: /projects/thymeroot/2.0.0/distribution-management.html
+ canonical: /thymeroot/distribution-management.html
+ relative: distribution-management.html
+
+ Path
+
+
+ ThymeRoot Project Information 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
+
+ site: /projects/thymeroot/2.0.0/index.html
+ canonical: /thymeroot/index.html
+ relative: index.html
+
+ Path
+
+
+ ThymeRoot
+
+
+
+
+
+
+
+${project.name}
+
+ ${project.description}
+
+
+ The thymeroot is...
+
+
+
+
+
+ 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
+
+ site: /projects/thymeroot/2.0.0/issue-tracking.html
+ canonical: /thymeroot/issue-tracking.html
+ relative: issue-tracking.html
+
+ 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
+
+ site: /projects/thymeroot/2.0.0/licenses.html
+ canonical: /thymeroot/licenses.html
+ relative: licenses.html
+
+ Path
+
+
+ ThymeRoot Project Information 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
+
+ site: /projects/thymeroot/2.0.0/mail-lists.html
+ canonical: /thymeroot/mail-lists.html
+ relative: mail-lists.html
+
+ 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
+
+ site: /projects/thymeroot/2.0.0/plugin-management.html
+ canonical: /thymeroot/plugin-management.html
+ relative: plugin-management.html
+
+ Path
+
+
+ ThymeRoot Project Information Plugin Management
+
+
+
+
+
+
+ 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
+
+ site: /projects/thymeroot/2.0.0/plugins.html
+ canonical: /thymeroot/plugins.html
+ relative: plugins.html
+
+ Path
+
+
+ ThymeRoot Project Information Plugins
+
+
+
+
+
+
+ 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
+
+ site: /projects/thymeroot/2.0.0/project-info.html
+ canonical: /thymeroot/project-info.html
+ relative: project-info.html
+
+ Path
+
+
+ ThymeRoot 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
+
+
+Document
+Description
+
+Dependencies
+This document lists the project's dependencies and provides information on each dependency.
+
+Dependency Information
+This document describes how to include this project as a dependency using various dependency management tools.
+
+Dependency Management
+This document lists the dependencies that are defined through dependencyManagement.
+
+Distribution Management
+This document provides informations on the distribution management of this project.
+
+About
+A Spring Boot App that allows to use Thymeleaf to render static HTML-content with a separated layout
+
+Licenses
+This document lists the project license(s).
+
+Plugin Management
+This document lists the plugins that are defined through pluginManagement.
+
+Plugins
+This document lists the build plugins and the report plugins used by this project.
+
+Source Code Management
+This document lists ways to access the online source repository.
+
+Summary
+This document lists other related information of this project
+
+Team
+This 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
+
+ site: /projects/thymeroot/2.0.0/scm.html
+ canonical: /thymeroot/scm.html
+ relative: scm.html
+
+ Path
+
+
+ ThymeRoot Project Information 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
+
+ site: /projects/thymeroot/2.0.0/summary.html
+ canonical: /thymeroot/summary.html
+ relative: summary.html
+
+ Path
+
+
+ ThymeRoot Project Information Summary
+
+
+
+
+ Project Summary
+ Project Organization
+This project does not belong to an organization.
+ Build Information
+
+
+Field
+Value
+
+GroupId
+de.juplo
+
+ArtifactId
+thymeroot
+
+Version
+2.0.0
+
+Type
+jar
+
+Java Version
+11
+
+
+ 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
+
+ site: /projects/thymeroot/2.0.0/team.html
+ canonical: /thymeroot/team.html
+ relative: team.html
+
+ Path
+
+
+ ThymeRoot Project Information 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.
+
+
+Image
+Name
+Email
+Organization
+Organization URL
+
+
+Pivotal
+info@pivotal.io
+Pivotal 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
+
+
+
+
+