The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.apache.maven.dotnet | dotnet-artifact | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-assembler | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-dao-project | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-executable | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-jetty | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-plugin | 0.14-SNAPSHOT | - | jar |
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 | Optional |
---|---|---|---|---|---|
junit | junit | 3.8.1 | - | jar | |
org.easymock | easymock | 2.0 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
info.aduna | aduna-collections | 1.2 | - | jar | |
info.aduna | aduna-concurrent | 1.2 | - | jar | |
info.aduna | aduna-io | 1.2 | - | jar | |
info.aduna | aduna-iteration | 1.1 | - | jar | |
info.aduna | aduna-lang | 1.3 | - | jar | |
info.aduna | aduna-net | 1.2 | - | jar | |
info.aduna | aduna-text | 1.2 | - | jar | |
info.aduna | aduna-xml | 1.2 | - | jar | |
javax.servlet.jsp | jsp-api | 2.1 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
net.sf.kxml | kxml2 | 2.1.8 | - | jar | |
org.apache.maven | maven-artifact | 2.1-SNAPSHOT | - | jar | |
org.apache.maven | maven-build-context | 2.1-SNAPSHOT | - | jar | |
org.apache.maven | maven-model | 2.1-SNAPSHOT | - | jar | |
org.apache.maven | maven-plugin-api | 2.1-SNAPSHOT | - | jar | |
org.apache.maven | maven-profile | 2.1-SNAPSHOT | - | jar | |
org.apache.maven | maven-project | 2.1-SNAPSHOT | - | jar | |
org.apache.maven | maven-settings | 2.1-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-core | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-model-assembly-plugins | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-model-compiler-plugins | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-model-configuration-appenders | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-model-executable-plugins | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-model-netdependency | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-model-settings | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-registry | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.dotnet | dotnet-vendor | 0.14-SNAPSHOT | - | jar | |
org.apache.maven.wagon | wagon-provider-api | 1.0-beta-2 | - | jar | |
org.codehaus.plexus | plexus-classworlds | 1.2-alpha-7 | - | jar | |
org.codehaus.plexus | plexus-component-api | 1.0-alpha-25 | - | jar | |
org.codehaus.plexus | plexus-container-default | 1.0-alpha-25 | - | jar | |
org.codehaus.plexus | plexus-utils | 1.1 | - | jar | |
org.mortbay.jetty | jetty | 6.1.5 | - | jar | |
org.mortbay.jetty | jetty-embedded | 6.1.5 | - | jar | |
org.mortbay.jetty | jetty-util | 6.1.5 | - | jar | |
org.mortbay.jetty | servlet-api-2.5 | 6.1.5 | - | jar | |
org.openrdf | openrdf-model | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-query | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-queryalgebra-evaluation | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-queryalgebra-model | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-queryparser-api | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-queryparser-sparql | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-queryresultio-api | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-repository-api | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-repository-sail | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-rio-api | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-rio-rdfxml | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-sail-api | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-sail-inferencer | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-sail-memory | 2.0-beta5 | - | jar | |
org.openrdf | openrdf-sail-nativerdf | 2.0-beta5 | - | jar | |
org.slf4j | slf4j-api | 1.3.0 | - | jar | |
org.slf4j | slf4j-jdk14 | 1.3.0 | - | jar | |
xmlpull | xmlpull | 1.1.3.4a | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.openrdf | openrdf-queryparser-serql | 2.0-beta5 | - | jar |
Maven Plugin for .NET: Deploys .NET assemblies to a remote repository
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.
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.
http://incubator.apache.org/nmaven/dotnet-artifact
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
http://maven.apache.org/maven-project
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-build-context
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-profile
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-settings
Maven Model
http://maven.apache.org/maven-model
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact
Maven Wagon API that defines the contract between different Wagon implementations
http://maven.apache.org/wagon/wagon-provider-api
Net Dependency Model
http://incubator.apache.org/nmaven/dotnet-model/dotnet-model-netdependency
NMaven
http://incubator.apache.org/nmaven/dotnet-core
NMaven
http://incubator.apache.org/nmaven/dotnet-assembler
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-plugin-api
Assembly model used for reading in information about assembly info marshallers.
http://incubator.apache.org/nmaven/dotnet-model/dotnet-model-assembly-plugins
NMaven
http://incubator.apache.org/nmaven/dotnet-executable
dotnet-model-executable-plugins
Executable Model
http://incubator.apache.org/nmaven/dotnet-model/dotnet-model-executable-plugins
Compiler Model
http://incubator.apache.org/nmaven/dotnet-model/dotnet-model-compiler-plugins
NMaven
http://incubator.apache.org/nmaven/dotnet-vendor
Net Dependency Model
http://incubator.apache.org/nmaven/dotnet-model/dotnet-model-settings
NMaven
http://incubator.apache.org/nmaven/dotnet-plugin
dotnet-model-configuration-appenders
http://incubator.apache.org/nmaven/dotnet-model/dotnet-model-configuration-appenders
http://incubator.apache.org/nmaven/dotnet-dao-project
NMaven provides Maven 2.x plugins to support building of .NET applications
http://incubator.apache.org/nmaven/dotnet-registry
Unnamed - net.sf.kxml:kxml2:jar:2.1.8
Repository that uses a Sail stack.
Sail implementation that stores data in main memory, optionally using a dump-restore file for persistence.
RDF model interfaces and implementations.
A collection of utility classes commonly used in Aduna applications.
http://www.aduna-software.org/projects/display/AUT
API for interacting with repositories of RDF data.
Query interfaces and implementations
RDF Storage And Inference Layer ("Sail") API.
Query result IO API
Rio API.
A collection of utility classes commonly used in Aduna applications.
http://www.aduna-software.org/projects/display/AUT
A collection of utility classes commonly used in Aduna applications.
http://www.aduna-software.org/projects/display/AUT
The slf4j API
Sail implementation that stores data directly to disk in dedicated file formats.
OpenRDF query algebra evaluation
Evaluation strategy API and implementations for the query algebra model.
A generic query algebra for RDF queries.
A collection of utility classes commonly used in Aduna applications.
http://www.aduna-software.org/projects/display/AUT
Stackable Sail implementation that adds RDF Schema inferencing to an RDF store.
Query language parsers API.
Query language parser implementation for SeRQL.
Query language parser implementation for SPARQL.
A collection of utility classes commonly used in Aduna applications.
http://www.aduna-software.org/projects/display/AUT
A collection of utility classes commonly used in Aduna applications.
http://www.aduna-software.org/projects/display/AUT
OpenRDF Rio RDF/XML parser and writer
Rio parser and writer implementation for the RDF/XML file format.
A collection of iterations that can throw checked exceptions (unline java.util.Iterator).
http://www.aduna-software.org/projects/display/AUT
A collection of utility classes commonly used in Aduna applications.
http://www.aduna-software.org/projects/display/AUT
The slf4j JDK14 binding
http://incubator.apache.org/nmaven/dotnet-jetty
Jetty server core
Utility classes for Jetty
Unnamed - javax.servlet.jsp:jsp-api:jar:2.1
Servlet Specification 2.5 API