Fork me on GitHub

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 Type License
com.brsanthu migbase64 2.2 jar Prior BSD License
com.fasterxml.jackson.core jackson-annotations 2.10.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.10.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.10.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-csv 2.10.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.10.2 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-joda 2.10.2 jar The Apache Software License, Version 2.0
com.sun.activation javax.activation 1.2.0 jar CDDL/GPLv2+CE
com.sun.xml.bind jaxb-core 2.3.0.1 jar CDDL+GPL License
com.sun.xml.bind jaxb-impl 2.3.2 jar Eclipse Distribution License - v 1.0
commons-cli commons-cli 1.2 jar The Apache Software License, Version 2.0
io.github.swagger2markup swagger2markup 1.3.3 jar Apache-2.0
io.swagger swagger-annotations 1.5.24 jar Apache License 2.0
javax.annotation javax.annotation-api 1.3.2 jar CDDL + GPLv2 with classpath exception
javax.validation validation-api 2.0.0.Final jar Apache License 2.0
javax.xml.bind jaxb-api 2.3.1 jar CDDL 1.1, GPL2 w/ CPE
joda-time joda-time 2.9.9 jar Apache 2
org.glassfish.jersey.core jersey-client 2.22.4 jar CDDL+GPL License
org.glassfish.jersey.media jersey-media-json-jackson 2.22.4 jar CDDL+GPL License
org.glassfish.jersey.media jersey-media-multipart 2.22.4 jar CDDL+GPL License
org.slf4j jul-to-slf4j 1.7.30 jar MIT License
org.slf4j slf4j-api 1.7.30 jar MIT License
org.slf4j slf4j-simple 1.7.30 jar MIT License

test

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

GroupId ArtifactId Version Type License
junit junit 4.12 jar Eclipse Public License 1.0
org.hamcrest hamcrest-core 1.3 jar New BSD License
org.hamcrest hamcrest-library 1.3 jar New BSD License

provided

The following is a list of provided dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
org.projectlombok lombok 1.18.4 jar The MIT License