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 |
---|---|---|---|---|
com.varmateo.yawg | yawg-api | 1.0.0-RC3-202509131159 | jar | GNU General Public License (GPL) version 3.0 |
com.varmateo.yawg | yawg-core | 1.0.0-RC3-202509131159 | jar | GNU General Public License (GPL) version 3.0 |
commons-cli | commons-cli | 1.2 | jar | The Apache Software License, Version 2.0 |
io.vavr | vavr | 0.10.3 | jar | The Apache Software License, Version 2.0 |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.varmateo.yawg | yawg-testutils | 1.0.0-RC3-202509131159 | jar | GNU General Public License (GPL) version 3.0 |
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
org.assertj | assertj-core | 3.19.0 | jar | Apache License, Version 2.0 |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.inferred | freebuilder | 2.7.0 | jar | The Apache Software License, Version 2.0 |
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 | Type | Licenses |
---|---|---|---|---|
com.esotericsoftware.yamlbeans | yamlbeans | 1.15 | jar | New BSD License |
io.vavr | vavr-match | 0.10.3 | jar | The Apache Software License, Version 2.0 |
org.asciidoctor | asciidoctorj | 1.5.4 | jar | The Apache Software License, Version 2.0 |
org.asciidoctor | asciidoctorj-diagram | 1.3.1 | jar | The Apache Software License, Version 2.0 |
org.commonmark | commonmark | 0.17.0 | jar | BSD 2-Clause License |
org.commonmark | commonmark-ext-yaml-front-matter | 0.17.0 | jar | BSD 2-Clause License |
org.freemarker | freemarker | 2.3.31 | jar | Apache License, Version 2.0 |
org.jsoup | jsoup | 1.13.1 | jar | The MIT License |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
com.beust | jcommander | 1.35 | jar | The Apache Software License, Version 2.0 |
org.jruby | jruby-complete | 1.7.21 | jar | GPL 3LGPL 3EPL |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
Project Dependency Graph
Dependency Tree
- com.varmateo.yawg:yawg-cli:jar:1.0.0-RC3-202509131159
- commons-cli:commons-cli:jar:1.2 (compile)
- io.vavr:vavr:jar:0.10.3 (compile)
- io.vavr:vavr-match:jar:0.10.3 (compile)
- io.vavr:vavr-match:jar:0.10.3 (compile)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.assertj:assertj-core:jar:3.19.0 (test)
- org.inferred:freebuilder:jar:2.7.0 (provided)
- com.varmateo.yawg:yawg-api:jar:1.0.0-RC3-202509131159 (compile)
- com.varmateo.yawg:yawg-core:jar:1.0.0-RC3-202509131159 (compile)
- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.15 (compile)
- org.asciidoctor:asciidoctorj:jar:1.5.4 (compile)
- org.jruby:jruby-complete:jar:1.7.21 (runtime)
- com.beust:jcommander:jar:1.35 (runtime)
- org.jruby:jruby-complete:jar:1.7.21 (runtime)
- org.asciidoctor:asciidoctorj-diagram:jar:1.3.1 (compile)
- org.commonmark:commonmark-ext-yaml-front-matter:jar:0.17.0 (compile)
- org.commonmark:commonmark:jar:0.17.0 (compile)
- org.freemarker:freemarker:jar:2.3.31 (compile)
- org.jsoup:jsoup:jar:1.13.1 (compile)
- com.esotericsoftware.yamlbeans:yamlbeans:jar:1.15 (compile)
- com.varmateo.yawg:yawg-testutils:jar:1.0.0-RC3-202509131159 (test)
- commons-cli:commons-cli:jar:1.2 (compile)
Licenses
EPL: JRuby Complete
LGPL 3: JRuby Complete
Eclipse Public License 1.0: JUnit
The MIT License: jsoup Java HTML Parser
Apache License, Version 2.0: Apache FreeMarker, AssertJ fluent assertions
GPL 3: JRuby Complete
New BSD License: Hamcrest Core, YamlBeans
BSD 2-Clause License: commonmark-java core, commonmark-java extension for YAML front matter
GNU General Public License (GPL) version 3.0: Yawg API, Yawg CLI, Yawg core, Yawg test utilities
The Apache Software License, Version 2.0: AsciidoctorJ, AsciidoctorJ Diagram, Commons CLI, FreeBuilder, JCommander, Vavr, Vavr Match