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 |
---|---|---|---|---|
de.befrish.testdatamt | testdatamt-collection | 1.0-SNAPSHOT | jar | GNU General Public License v3.0 |
org.projectlombok | lombok | 1.18.12 | jar | The MIT License |
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 |
---|---|---|---|---|
de.befrish.testdatamt | testdatamt-util | 1.0-SNAPSHOT | jar | GNU General Public License v3.0 |
io.vavr | vavr | 0.10.3 | jar | The Apache Software License, Version 2.0 |
io.vavr | vavr-match | 0.10.3 | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- de.befrish.testdatamt:testdatamt-domain:jar:1.0-SNAPSHOT
- de.befrish.testdatamt:testdatamt-collection:jar:1.0-SNAPSHOT (compile)
- de.befrish.testdatamt:testdatamt-util:jar:1.0-SNAPSHOT (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)
- io.vavr:vavr:jar:0.10.3 (compile)
- de.befrish.testdatamt:testdatamt-util:jar:1.0-SNAPSHOT (compile)
- org.projectlombok:lombok:jar:1.18.12 (compile)
- de.befrish.testdatamt:testdatamt-collection:jar:1.0-SNAPSHOT (compile)
Licenses
The MIT License: Project Lombok
GNU General Public License v3.0: TestDataMT - Collection Utilities, TestDataMT - Domain, TestDataMT - Utilities
The Apache Software License, Version 2.0: Vavr, Vavr Match