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 |
---|---|---|---|---|
commons-cli | commons-cli | 1.6.0 | jar | Apache-2.0 |
org.codehaus.mojo.appassembler | appassembler-booter | 2.1.0 | jar | The MIT License |
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.testng | testng | 7.5.1 | jar | Apache 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 |
---|---|---|---|---|
net.java.dev.stax-utils | stax-utils | 20060502 | jar | BSD |
org.codehaus.mojo.appassembler | appassembler-model | 2.1.0 | jar | The MIT License |
org.codehaus.plexus | plexus-utils | 3.2.0 | jar | Apache License, Version 2.0 |
stax | stax-api | 1.0.1 | jar | The Apache Software License, Version 2.0 |
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 |
---|---|---|---|---|
junit | junit | 3.8.1 | jar | Common Public License Version 1.0 |
stax | stax | 1.1.1-dev | jar | - |
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.beust | jcommander | 1.78 | jar | Apache License, Version 2.0 |
com.google.code.findbugs | jsr305 | 3.0.1 | jar | The Apache Software License, Version 2.0 |
org.webjars | jquery | 3.5.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- org.sw4j.sample:memory:jar:0.1.0-SNAPSHOT
- commons-cli:commons-cli:jar:1.6.0 (compile)
- org.codehaus.mojo.appassembler:appassembler-booter:jar:2.1.0 (compile)
- org.codehaus.mojo.appassembler:appassembler-model:jar:2.1.0 (compile)
- org.codehaus.plexus:plexus-utils:jar:3.2.0 (compile)
- net.java.dev.stax-utils:stax-utils:jar:20060502 (compile)
- stax:stax:jar:1.1.1-dev (runtime)
- junit:junit:jar:3.8.1 (runtime)
- junit:junit:jar:3.8.1 (runtime)
- org.codehaus.plexus:plexus-utils:jar:3.2.0 (compile)
- stax:stax-api:jar:1.0.1 (compile)
- org.codehaus.mojo.appassembler:appassembler-model:jar:2.1.0 (compile)
- org.testng:testng:jar:7.5.1 (test)
- com.google.code.findbugs:jsr305:jar:3.0.1 (test)
- com.beust:jcommander:jar:1.78 (test)
- org.webjars:jquery:jar:3.5.1 (test)
- com.google.code.findbugs:jsr305:jar:3.0.1 (test)
- commons-cli:commons-cli:jar:1.6.0 (compile)
Licenses
BSD: stax-utils
Unknown: StAX
GNU GENERAL PUBLIC LICENSE Version 3: Sample Memory Errors
The MIT License: Appassembler :: Generic Bootstrapper, Appassembler :: Model
MIT License: jquery
Apache-2.0: Apache Commons CLI
Apache License, Version 2.0: Plexus Common Utilities, jcommander, testng
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: FindBugs-jsr305, StAX API