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 | License |
---|---|---|---|---|
net.sourceforge.czt | parser-z | 1.6-SNAPSHOT | jar | GPL |
net.sourceforge.czt | rules | 1.6-SNAPSHOT | jar | GPL |
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 | License |
---|---|---|---|---|
junit | junit | 4.5 | jar | Common Public License Version 1.0 |
nz.ac.waikato.modeljunit | modeljunit | 2.5 | jar | GPL Version 3.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 | License |
---|---|---|---|---|
commons-cli | commons-cli | 1.2 | jar | The Apache Software License, Version 2.0 |
net.sourceforge.czt | corejava-z | 1.6-SNAPSHOT | jar | GPL |
net.sourceforge.czt | corejava-zpatt | 1.6-SNAPSHOT | jar | GPL |
net.sourceforge.czt | parser-zpatt | 1.6-SNAPSHOT | jar | GPL |
net.sourceforge.czt | session | 1.6-SNAPSHOT | jar | GPL |
net.sourceforge.czt | typechecker-z | 1.6-SNAPSHOT | jar | GPL |
net.sourceforge.czt | util | 1.6-SNAPSHOT | jar | GPL |
net.sourceforge.czt.dev | java-cup-runtime | 0.11-a-czt01-SNAPSHOT | jar | CUP License (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 | Classifier | Type | License |
---|---|---|---|---|---|
asm | asm | 3.1 | - | jar | - |
colt | colt | 1.2.0 | - | jar | - |
concurrent | concurrent | 1.3.4 | - | jar | >http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html |
net.sf.jung | jung-algorithms | 2.0.1 | - | jar | The BSD License |
net.sf.jung | jung-api | 2.0.1 | - | jar | The BSD License |
net.sf.jung | jung-graph-impl | 2.0.1 | - | jar | The BSD License |
net.sf.jung | jung-io | 2.0.1 | - | jar | The BSD License |
net.sf.jung | jung-jai | 2.0.1 | - | jar | The BSD License |
net.sf.jung | jung-visualization | 2.0.1 | - | jar | The BSD License |
net.sourceforge.collections | collections-generic | 4.01 | - | jar | Apache License V2.0 |
org.codehaus.woodstox | wstx-asl | 3.2.6 | - | jar | The Apache Software License, Version 2.0 |
org.uispec4j | uispec4j | 2.4 | jdk16 | jar | Common Public License |
stax | stax-api | 1.0.1 | - | jar | The Apache Software License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- net.sourceforge.czt:zlive:jar:1.6-SNAPSHOT
zlive Description: There is currently no description associated with this project.
Project License: No license is defined for this project.
- net.sourceforge.czt:parser-z:jar:1.6-SNAPSHOT (compile)
CZT Parser Z Description: Provides classes for parsing and printing Z specifications.
URL: http://czt.sourceforge.net/parser/parser-z
Project License: GPL
- net.sourceforge.czt:corejava-z:jar:1.6-SNAPSHOT (compile)
CZT Corejava Z Description: Provides AST classes for Z.
URL: http://czt.sourceforge.net/corejava/corejava-z
Project License: GPL
- net.sourceforge.czt:util:jar:1.6-SNAPSHOT (compile)
CZT Util Description: Provides utility classes for CZT.
URL: http://czt.sourceforge.net/util
Project License: GPL
- commons-cli:commons-cli:jar:1.2 (compile)
Commons CLI Description: Commons CLI provides a simple API for presenting, processing and validating a command line interface.
URL: http://commons.apache.org/cli/
Project License: The Apache Software License, Version 2.0
- commons-cli:commons-cli:jar:1.2 (compile)
- net.sourceforge.czt:util:jar:1.6-SNAPSHOT (compile)
- net.sourceforge.czt:session:jar:1.6-SNAPSHOT (compile)
CZT Session Description: Provides classes for managing and caching Z sections and other Z-related artifacts.
URL: http://czt.sourceforge.net/session/
Project License: GPL
- net.sourceforge.czt.dev:java-cup-runtime:jar:0.11-a-czt01-SNAPSHOT (compile)
Java CUP Runtime Description: Java CUP (parser generator) runtime for CUP-generated parsers.
URL: http://czt.sourceforge.net/dev/java-cup-runtime
Project License: CUP License (MIT License)
- net.sourceforge.czt:corejava-z:jar:1.6-SNAPSHOT (compile)
- net.sourceforge.czt:rules:jar:1.6-SNAPSHOT (compile)
CZT Rules Description: Provides classes for transforming and proving Z specifications.
URL: http://czt.sourceforge.net/rules
Project License: GPL
- net.sourceforge.czt:parser-zpatt:jar:1.6-SNAPSHOT (compile)
CZT Parser Z Pattern Description: Provides classes for parsing and printing Z Pattern specifications.
URL: http://czt.sourceforge.net/parser/parser-zpatt
Project License: GPL
- net.sourceforge.czt:corejava-zpatt:jar:1.6-SNAPSHOT (compile)
CZT Corejava Z Pattern Description: Provides AST classes for Z Pattern extension.
URL: http://czt.sourceforge.net/corejava/corejava-zpatt
Project License: GPL
- net.sourceforge.czt:corejava-zpatt:jar:1.6-SNAPSHOT (compile)
- net.sourceforge.czt:typechecker-z:jar:1.6-SNAPSHOT (compile)
CZT Typechecker Z Description: Provides classes for typechecking a Z specification.
URL: http://czt.sourceforge.net/typechecker/typechecker-z
Project License: GPL
- net.sourceforge.czt:parser-zpatt:jar:1.6-SNAPSHOT (compile)
- nz.ac.waikato.modeljunit:modeljunit:jar:2.5 (test)
ModelJUnit Description: Java library and GUI for supporting Model-Based Testing. The models are extended finite state machines (EFSM) that are written in Java.
URL: http://modeljunit.sourceforge.net
Project License: GPL Version 3.0
- asm:asm:jar:3.1 (test)
ASM Core Description: A very small and fast Java bytecode manipulation framework
URL: http://asm.objectweb.org/asm/
Project License: No license is defined for this project.
- net.sf.jung:jung-algorithms:jar:2.0.1 (test)
jung-algorithms Description: Algorithms for the jung2 project
URL: http://jung.sourceforge.net/site/jung-algorithms
Project License: The BSD License
- net.sourceforge.collections:collections-generic:jar:4.01 (test)
larvalabs collections Description: There is currently no description associated with this project.
URL: http://collections.sourceforge.net
Project License: Apache License V2.0
- colt:colt:jar:1.2.0 (test)
colt Description: There is currently no description associated with this project.
Project License: No license is defined for this project.
- concurrent:concurrent:jar:1.3.4 (test)
Dough Lea's util.concurrent package Description: There is currently no description associated with this project.
Project License: Public domain, Sun Microsoystems
- concurrent:concurrent:jar:1.3.4 (test)
- net.sourceforge.collections:collections-generic:jar:4.01 (test)
- net.sf.jung:jung-api:jar:2.0.1 (test)
jung-api Description: Graph interfaces used by the jung2 project
URL: http://jung.sourceforge.net/site/jung-api
Project License: The BSD License
- net.sf.jung:jung-graph-impl:jar:2.0.1 (test)
jung-graph-impl Description: Graph implementations for the jung2 project
URL: http://jung.sourceforge.net/site/jung-graph-impl
Project License: The BSD License
- net.sf.jung:jung-io:jar:2.0.1 (test)
jung-io Description: IO support classes for jung2
URL: http://jung.sourceforge.net/site/jung-io
Project License: The BSD License
- org.codehaus.woodstox:wstx-asl:jar:3.2.6 (test)
Woodstox Description: Woodstox is a high-performance XML processor that implements Stax (JSR-173) API
URL: http://woodstox.codehaus.org
Project License: The Apache Software License, Version 2.0
- stax:stax-api:jar:1.0.1 (test)
StAX API Description: StAX API is the standard java XML processing API defined by JSR-173
URL: http://stax.codehaus.org/
Project License: The Apache Software License, Version 2.0
- stax:stax-api:jar:1.0.1 (test)
- org.codehaus.woodstox:wstx-asl:jar:3.2.6 (test)
- net.sf.jung:jung-jai:jar:2.0.1 (test)
jung-jai Description: Jung2 rendering project that uses Java Advanced Imaging (JAI) for non-affine transforms
URL: http://jung.sourceforge.net/site/jung-jai
Project License: The BSD License
- net.sf.jung:jung-visualization:jar:2.0.1 (test)
jung-visualization Description: Core visualization support for the jung2 project
URL: http://jung.sourceforge.net/site/jung-visualization
Project License: The BSD License
- org.uispec4j:uispec4j:jar:jdk16:2.4 (test)
uispec4j Description: Java/Swing GUI testing made simple!
Project License: Common Public License
- asm:asm:jar:3.1 (test)
- junit:junit:jar:4.5 (test)
JUnit Description: JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
URL: http://junit.org
Project License: Common Public License Version 1.0
- net.sourceforge.czt:parser-z:jar:1.6-SNAPSHOT (compile)
Licenses
GPL: CZT Corejava Z, CZT Corejava Z Pattern, CZT Parser Z, CZT Parser Z Pattern, CZT Rules, CZT Session, CZT Typechecker Z, CZT Util
Public domain, Sun Microsoystems: Dough Lea's util.concurrent package
Unknown: ASM Core, colt, zlive
The BSD License: jung-algorithms, jung-api, jung-graph-impl, jung-io, jung-jai, jung-visualization
GPL Version 3.0: ModelJUnit
Apache License V2.0: larvalabs collections
The Apache Software License, Version 2.0: Commons CLI, StAX API, Woodstox
CUP License (MIT License): Java CUP Runtime
Common Public License: uispec4j
Common Public License Version 1.0: JUnit
Dependency File Details
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
asm-3.1.jar | 43.03 kB | 24 | 23 | 2 | 1.2 | No |
colt-1.2.0.jar | 581.95 kB | 623 | 593 | 24 | 1.2 | No |
commons-cli-1.2.jar | 41.12 kB | 35 | 22 | 1 | 1.4 | Yes |
concurrent-1.3.4.jar | 189.28 kB | 230 | 221 | 2 | 1.1 | No |
junit-4.5.jar | 198.95 kB | 222 | 188 | 26 | 1.5 | Yes |
jung-algorithms-2.0.1.jar | 233.11 kB | 166 | 138 | 16 | 1.5 | Yes |
jung-api-2.0.1.jar | 40.97 kB | 52 | 38 | 3 | 1.5 | Yes |
jung-graph-impl-2.0.1.jar | 62.33 kB | 44 | 31 | 2 | 1.5 | Yes |
jung-io-2.0.1.jar | 79.37 kB | 65 | 51 | 3 | 1.5 | Yes |
jung-jai-2.0.1.jar | 20.44 kB | 23 | 10 | 1 | 1.5 | Yes |
jung-visualization-2.0.1.jar | 324.40 kB | 243 | 221 | 11 | 1.5 | Yes |
collections-generic-4.01.jar | 531.56 kB | 406 | 386 | 13 | 1.5 | Yes |
corejava-z-1.6-SNAPSHOT.jar | 663.81 kB | 649 | 574 | 8 | 1.6 | Yes |
corejava-zpatt-1.6-SNAPSHOT.jar | 165.34 kB | 177 | 142 | 6 | 1.6 | Yes |
parser-z-1.6-SNAPSHOT.jar | 543.09 kB | 197 | 162 | 5 | 1.6 | Yes |
parser-zpatt-1.6-SNAPSHOT.jar | 225.94 kB | 59 | 42 | 2 | 1.6 | Yes |
rules-1.6-SNAPSHOT.jar | 144.92 kB | 119 | 84 | 8 | 1.6 | Yes |
session-1.6-SNAPSHOT.jar | 52.13 kB | 47 | 26 | 1 | 1.6 | Yes |
typechecker-z-1.6-SNAPSHOT.jar | 167.55 kB | 72 | 57 | 3 | 1.6 | Yes |
util-1.6-SNAPSHOT.jar | 53.48 kB | 61 | 43 | 7 | 1.6 | Yes |
java-cup-runtime-0.11-a-czt01-SNAPSHOT.jar | 16.03 kB | 18 | 9 | 1 | 1.6 | Yes |
modeljunit-2.5.jar | 509.47 kB | 378 | 325 | 17 | 1.6 | Yes |
wstx-asl-3.2.6.jar | 520.39 kB | 261 | 251 | 20 | 1.2 | Yes |
uispec4j-2.4-jdk16.jar | 421.56 kB | 443 | 424 | 11 | 1.5 | Yes |
stax-api-1.0.1.jar | 26.51 kB | 48 | 40 | 5 | 1.2 | Yes |
25 | 5.86 MB | 4662 | 4101 | 198 | 1.6 | 22 |
compile: 10 | compile: 2.07 MB | compile: 1434 | compile: 1161 | compile: 42 | - | compile: 10 |
test: 15 | test: 3.78 MB | test: 3228 | test: 2940 | test: 156 | - | test: 12 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot | Blacklisted |
---|---|---|---|---|
central | https://repo.maven.apache.org/maven2 | Yes | No | No |
sonatype-nexus-snapshots | https://oss.sonatype.org/content/repositories/snapshots | No | Yes | No |
apache.snapshots | http://people.apache.org/repo/m2-snapshot-repository | No | Yes | Yes |
Repository locations for each of the Dependencies.