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
com.buschmais.xo xo.spi 0.6.0 jar Apache License, Version 2.0
com.puresoltechnologies.ductiledb ductiledb-tinkerpop 0.1.0-SNAPSHOT jar Apache License, Version 2.0

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
com.buschmais.xo xo.impl 0.6.0 jar Apache License, Version 2.0
com.puresoltechnologies.ductiledb ductiledb-test 0.1.0-SNAPSHOT jar Apache License, Version 2.0
junit junit 4.12 jar Eclipse Public License 1.0
org.mockito mockito-all 1.10.19 jar The MIT License
org.slf4j slf4j-simple 1.6.6 jar MIT License

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
org.apache.hbase hbase-client 1.1.2 jar The Apache Software License, Version 2.0
org.slf4j slf4j-api 1.6.6 jar 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 Classifier Type License
com.buschmais.xo xo.api 0.6.0 - jar Apache License, Version 2.0
com.carrotsearch hppc 0.7.1 - jar The Apache Software License, Version 2.0
com.carrotsearch junit-benchmarks 0.7.2 - jar The Apache Software License, Version 2.0
com.esotericsoftware kryo 3.0.3 - jar New BSD License
com.esotericsoftware minlog 1.3.0 - jar New BSD License
com.esotericsoftware reflectasm 1.10.1 - jar New BSD License
com.fasterxml classmate 0.8.0 - jar The Apache Software License, Version 2.0
com.google.guava guava 15.0 - jar The Apache Software License, Version 2.0
com.h2database h2 1.3.171 - jar The H2 License, Version 1.0
com.jcabi jcabi-log 0.14 - jar BSD
com.jcabi jcabi-manifests 1.1 - jar BSD
com.puresoltechnologies.ductiledb ductiledb-api 0.1.0-SNAPSHOT - jar Apache License, Version 2.0
com.puresoltechnologies.ductiledb ductiledb-core 0.1.0-SNAPSHOT - jar Apache License, Version 2.0
com.puresoltechnologies.versioning versioning 1.1.0 - jar The Apache Software License, Version 2.0
commons-configuration commons-configuration 1.10 - jar The Apache Software License, Version 2.0
commons-io commons-io 2.4 - jar The Apache Software License, Version 2.0
commons-lang commons-lang 2.6 - jar The Apache Software License, Version 2.0
javax.validation validation-api 1.1.0.Final - jar The Apache Software License, Version 2.0
jline jline 2.12 - jar The BSD License
log4j log4j 1.2.17 - jar The Apache Software License, Version 2.0
org.apache.commons commons-lang3 3.3.1 - jar The Apache Software License, Version 2.0
org.apache.ivy ivy 2.3.0 - jar The Apache Software License, Version 2.0
org.apache.tinkerpop gremlin-core 3.1.0-incubating - jar Apache 2
org.apache.tinkerpop gremlin-groovy 3.1.0-incubating - jar Apache 2
org.apache.tinkerpop gremlin-shaded 3.1.0-incubating - jar Apache 2
org.apache.tinkerpop gremlin-test 3.1.0-incubating - jar Apache 2
org.apache.tinkerpop tinkergraph-gremlin 3.1.0-incubating - jar Apache 2
org.codehaus.groovy groovy 2.4.1 - jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy 2.4.1 indy jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy-console 2.4.1 - jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy-groovysh 2.4.1 indy jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy-json 2.4.1 indy jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy-jsr223 2.4.1 indy jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy-swing 2.4.1 - jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy-templates 2.4.1 - jar The Apache Software License, Version 2.0
org.codehaus.groovy groovy-xml 2.4.1 - jar The Apache Software License, Version 2.0
org.hamcrest hamcrest-all 1.3 - jar New BSD License
org.hibernate hibernate-validator 5.0.1.Final - jar Apache License, Version 2.0
org.javatuples javatuples 1.2 - jar The Apache Software License, Version 2.0
org.jboss.logging jboss-logging 3.1.1.GA - jar GNU Lesser General Public License, version 2.1
org.mindrot jbcrypt 0.3m - jar ISC/BSD License
org.objenesis objenesis 2.1 - jar Apache 2
org.ow2.asm asm 5.0.3 - jar BSD
org.slf4j jcl-over-slf4j 1.7.12 - jar MIT License
org.slf4j slf4j-log4j12 1.7.12 - jar MIT License
org.yaml snakeyaml 1.15 - jar LICENSE.txt

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
com.puresoltechnologies.commons types 0.6.0 jar The Apache Software License, Version 2.0
org.hamcrest hamcrest-core 1.3 jar New BSD License

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
com.github.stephenc.findbugs findbugs-annotations 1.3.9-1 jar Apache License, Version 2.0
com.google.code.findbugs jsr305 1.3.9 jar The Apache Software License, Version 2.0
com.google.protobuf protobuf-java 2.5.0 jar New BSD license
com.jcraft jsch 0.1.42 jar BSD
com.thoughtworks.paranamer paranamer 2.3 jar LICENSE.txt
commons-cli commons-cli 1.2 jar The Apache Software License, Version 2.0
commons-codec commons-codec 1.9 jar The Apache Software License, Version 2.0
commons-collections commons-collections 3.2.1 jar The Apache Software License, Version 2.0
commons-el commons-el 1.0 jar /LICENSE.txt
commons-httpclient commons-httpclient 3.1 jar Apache License
commons-logging commons-logging 1.2 jar The Apache Software License, Version 2.0
commons-net commons-net 3.1 jar The Apache Software License, Version 2.0
io.netty netty 3.6.2.Final jar Apache License, Version 2.0
io.netty netty-all 4.0.23.Final jar Apache License, Version 2.0
javax.activation activation 1.1 jar -
javax.xml.bind jaxb-api 2.2.2 jar CDDL 1.1-GPL2 w/ CPE
javax.xml.stream stax-api 1.0-2 jar GNU General Public Library-COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
org.apache.avro avro 1.7.4 jar The Apache Software License, Version 2.0
org.apache.commons commons-compress 1.4.1 jar The Apache Software License, Version 2.0
org.apache.commons commons-math3 3.1.1 jar The Apache Software License, Version 2.0
org.apache.directory.api api-asn1-api 1.0.0-M20 jar The Apache Software License, Version 2.0
org.apache.directory.api api-util 1.0.0-M20 jar The Apache Software License, Version 2.0
org.apache.directory.server apacheds-i18n 2.0.0-M15 jar The Apache Software License, Version 2.0
org.apache.directory.server apacheds-kerberos-codec 2.0.0-M15 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-annotations 2.5.1 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-auth 2.5.1 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-common 2.5.1 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-mapreduce-client-core 2.5.1 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-api 2.5.1 jar The Apache Software License, Version 2.0
org.apache.hadoop hadoop-yarn-common 2.5.1 jar The Apache Software License, Version 2.0
org.apache.hbase hbase-annotations 1.1.2 jar The Apache Software License, Version 2.0
org.apache.hbase hbase-common 1.1.2 jar The Apache Software License, Version 2.0
org.apache.hbase hbase-protocol 1.1.2 jar The Apache Software License, Version 2.0
org.apache.htrace htrace-core 3.1.0-incubating jar The Apache Software License, Version 2.0
org.apache.httpcomponents httpclient 4.2.5 jar LICENSE.txt
org.apache.httpcomponents httpcore 4.2.4 jar LICENSE.txt
org.apache.zookeeper zookeeper 3.4.6 jar -
org.codehaus.jackson jackson-core-asl 1.9.13 jar The Apache Software License, Version 2.0
org.codehaus.jackson jackson-mapper-asl 1.9.13 jar The Apache Software License, Version 2.0
org.jruby.jcodings jcodings 1.0.8 jar MIT License
org.jruby.joni joni 2.1.2 jar MIT License
org.mortbay.jetty jetty-util 6.1.26 jar Apache Software License - Version 2.0-Eclipse Public License - Version 1.0
org.tukaani xz 1.0 jar Public Domain
org.xerial.snappy snappy-java 1.0.4.1 jar The Apache Software License, Version 2.0
xmlenc xmlenc 0.52 jar The BSD License

system

The following is a list of system dependencies for this project. These dependencies are required to compile the application:

GroupId ArtifactId Version Type License
jdk.tools jdk.tools 1.7 jar -

Project Dependency Graph

Dependency Tree

Licenses

Apache Software License - Version 2.0: Jetty Utilities

Apache License Version 2.0: SnakeYAML

CDDL 1.1: JAXB API bundle for GlassFish V3

The BSD License: JLine, xmlenc Library

Eclipse Public License 1.0: JUnit

MIT License: JCL 1.1.1 implemented over SLF4J, JCodings, Joni, SLF4J API Module, SLF4J LOG4J-12 Binding, SLF4J Simple Binding

Apache License: HttpClient, HttpCore

Public Domain: XZ for Java

GPL2 w/ CPE: JAXB API bundle for GlassFish V3

New BSD License: Hamcrest All, Hamcrest Core, Kryo, MinLog, ReflectASM

GNU Lesser General Public License, version 2.1: JBoss Logging 3

Apache 2: Apache TinkerPop :: Gremlin Core, Apache TinkerPop :: Gremlin Groovy, Apache TinkerPop :: Gremlin Shaded, Apache TinkerPop :: Gremlin Test, Apache TinkerPop :: TinkerGraph Gremlin, Objenesis

The H2 License, Version 1.0: H2 Database Engine

BSD: ASM Core, JSch, ParaNamer Core, jcabi-log, jcabi-manifests

GNU General Public Library: Streaming API for XML

New BSD license: Protocol Buffer Java API

Unknown: activation, zookeeper

Eclipse Public License - Version 1.0: Jetty Utilities

The MIT License: Mockito

Apache License, Version 2.0: DuctileDB: ductiledb-api, DuctileDB: ductiledb-core, DuctileDB: ductiledb-test, DuctileDB: ductiledb-tinkerpop, Findbugs Annotations under Apache License, Hibernate Validator Engine, Netty/All-in-One, The Netty Project, eXtended Objects - API, eXtended Objects - Implementation, eXtended Objects - SPI, eXtended Objects for DuctileDB: ductiledb-xo

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0: Streaming API for XML

ISC/BSD License: jbcrypt

The Apache Software License, Version 2.0: Apache Avro, Apache Commons Codec, Apache Commons Configuration, Apache Commons Lang, Apache Commons Logging, Apache Directory API ASN.1 API, Apache Directory LDAP API Utilities, Apache HBase - Annotations, Apache HBase - Client, Apache HBase - Common, Apache HBase - Protocol, Apache Hadoop Annotations, Apache Hadoop Auth, Apache Hadoop Common, Apache Ivy, Apache Log4j, ApacheDS I18n, ApacheDS Protocol Kerberos Codec, Bean Validation API, ClassMate, Commons - types, Commons CLI, Commons Collections, Commons Compress, Commons IO, Commons Lang, Commons Math, Commons Net, Data Mapper for Jackson, EL, FindBugs-jsr305, Groovy, Guava: Google Core Libraries for Java, HPPC Collections, JUnitBenchmarks, Jackson, Snappy for Java, Versioning - versioning, hadoop-mapreduce-client-core, hadoop-yarn-api, hadoop-yarn-common, htrace-core, javatuples

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
xo.api-0.6.0.jar 25.16 kB 52 38 4 1.6 Yes -
xo.impl-0.6.0.jar 209.68 kB 209 151 40 1.6 Yes -
xo.spi-0.6.0.jar 56.09 kB 88 67 10 1.6 Yes -
hppc-0.7.1.jar 1.14 MB 915 901 5 1.6 Yes -
junit-benchmarks-0.7.2.jar 78.83 kB 82 46 5 1.6 Yes -
kryo-3.0.3.jar 285.21 kB 196 181 6 1.5 Yes -
minlog-1.3.0.jar 5.71 kB 12 2 1 1.5 Yes -
reflectasm-1.10.1.jar 20.74 kB 15 5 1 1.5 Yes -
classmate-0.8.0.jar 59.71 kB 49 36 4 1.6 Yes -
findbugs-annotations-1.3.9-1.jar 15.32 kB 34 22 1 1.5 Yes -
jsr305-1.3.9.jar 33.01 kB 72 35 3 1.5 Yes -
guava-15.0.jar 2.17 MB 1650 1622 16 1.6 Yes -
protobuf-java-2.5.0.jar 533.46 kB 256 246 1 1.5 Yes -
h2-1.3.171.jar 1.53 MB 565 562 35 1.6 Yes -
jcabi-log-0.14.jar 38.94 kB 34 23 1 1.6 Yes -
jcabi-manifests-1.1.jar 11.75 kB 18 7 1 1.6 Yes -
jsch-0.1.42.jar 185.75 kB 119 117 4 1.2 Yes -
types-0.6.0.jar 10.68 kB 17 5 1 1.6 Yes -
ductiledb-api-0.1.0-SNAPSHOT.jar 24.01 kB 44 29 4 1.6 Yes -
ductiledb-core-0.1.0-SNAPSHOT.jar 118.43 kB 77 53 5 1.6 Yes -
ductiledb-test-0.1.0-SNAPSHOT.jar 18.25 kB 19 4 2 1.6 Yes -
ductiledb-tinkerpop-0.1.0-SNAPSHOT.jar 60.95 kB 50 25 3 1.6 Yes -
versioning-1.1.0.jar 8.96 kB 14 3 1 1.6 Yes -
paranamer-2.3.jar 29.56 kB 25 15 1 1.5 Yes -
commons-cli-1.2.jar 41.12 kB 35 22 1 1.4 Yes -
commons-codec-1.9.jar 263.96 kB 227 85 6 1.6 Yes -
commons-collections-3.2.1.jar 575.39 kB 482 458 12 1.2 Yes -
commons-configuration-1.10.jar 362.68 kB 219 194 10 1.5 Yes -
commons-el-1.0.jar 112.34 kB 79 68 2 1.2 Yes -
commons-httpclient-3.1.jar 305.00 kB 183 167 8 1.2 Yes -
commons-io-2.4.jar 185.14 kB 128 110 6 1.6 Yes -
commons-lang-2.6.jar 284.22 kB 155 133 10 1.3 Yes -
commons-logging-1.2.jar 61.83 kB 42 28 2 1.2 Yes -
commons-net-3.1.jar 273.37 kB 204 172 20 1.5 Yes -
netty-3.6.2.Final.jar 1.20 MB 880 811 42 1.5 Yes -
netty-all-4.0.23.Final.jar 1.78 MB 1154 1094 46 1.6 Yes -
activation-1.1.jar 63.02 kB 50 38 3 1.4 Yes -
validation-api-1.1.0.Final.jar 63.78 kB 122 106 8 1.6 Yes -
jaxb-api-2.2.2.jar 105.13 kB 115 101 6 1.5 Yes -
stax-api-1.0-2.jar 23.35 kB 44 37 3 1.5 Yes -
jline-2.12.jar 213.85 kB 122 91 9 1.5 Yes -
junit-4.12.jar 314.93 kB 323 286 30 1.5 Yes -
log4j-1.2.17.jar 489.88 kB 353 314 21 1.4 Yes -
avro-1.7.4.jar 303.14 kB 230 208 9 1.6 Yes -
commons-compress-1.4.1.jar 241.37 kB 156 129 14 1.5 Yes -
commons-lang3-3.3.1.jar 412.69 kB 241 217 12 1.6 Yes -
commons-math3-3.1.1.jar 1.60 MB 1034 955 57 1.5 Yes -
api-asn1-api-1.0.0-M20.jar 16.56 kB 20 9 2 1.6 Yes -
api-util-1.0.0-M20.jar 79.91 kB 58 42 2 1.6 Yes -
apacheds-i18n-2.0.0-M15.jar 44.92 kB 17 1 1 1.6 Yes -
apacheds-kerberos-codec-2.0.0-M15.jar 691.48 kB 604 478 110 1.6 Yes -
hadoop-annotations-2.5.1.jar 17.04 kB 27 15 2 1.6 Yes -
hadoop-auth-2.5.1.jar 52.45 kB 43 27 4 1.6 Yes -
hadoop-common-2.5.1.jar 2.96 MB 1836 1750 70 1.6 Yes -
hadoop-mapreduce-client-core-2.5.1.jar 1.50 MB 927 870 36 1.6 Yes -
hadoop-yarn-api-2.5.1.jar 1.65 MB 733 708 12 1.6 Yes -
hadoop-yarn-common-2.5.1.jar 1.42 MB 729 606 31 1.6 Yes -
hbase-annotations-1.1.2.jar 20.78 kB 29 13 2 1.6 Yes -
hbase-client-1.1.2.jar 1.25 MB 644 605 24 1.6 Yes -
hbase-common-1.1.2.jar 530.08 kB 330 300 16 1.6 Yes -
hbase-protocol-1.1.2.jar 4.20 MB 1669 1649 3 1.6 Yes -
htrace-core-3.1.0-incubating.jar 1.48 MB 822 756 34 1.6 Yes -
httpclient-4.2.5.jar 433.37 kB 359 324 21 1.5 Yes -
httpcore-4.2.4.jar 227.27 kB 216 190 14 1.5 Yes -
ivy-2.3.0.jar 1.22 MB 840 728 64 1.4 Yes -
gremlin-core-3.1.0-incubating.jar 1.10 MB 788 580 40 1.6 Yes -
gremlin-groovy-3.1.0-incubating.jar 184.01 kB 136 49 7 1.6 Yes -
gremlin-shaded-3.1.0-incubating.jar 1.86 MB 1041 954 46 1.6 Yes -
gremlin-test-3.1.0-incubating.jar 1.17 MB 368 211 21 1.6 Yes -
tinkergraph-gremlin-3.1.0-incubating.jar 93.53 kB 67 21 3 1.6 Yes -
zookeeper-3.4.6.jar 792.96 kB 464 440 19 1.5 Yes -
groovy-2.4.1.jar 4.51 MB 3247 3111 85 1.6 Yes -
groovy-2.4.1-indy.jar 4.48 MB 3247 2931 84 1.6 Yes -
groovy-console-2.4.1.jar 642.24 kB 383 352 5 1.6 Yes -
groovy-groovysh-2.4.1-indy.jar 370.15 kB 206 24 4 1.6 Yes -
groovy-json-2.4.1-indy.jar 120.88 kB 69 62 2 1.6 Yes -
groovy-jsr223-2.4.1-indy.jar 15.64 kB 19 8 1 1.6 Yes -
groovy-swing-2.4.1.jar 349.11 kB 231 212 8 1.6 Yes -
groovy-templates-2.4.1.jar 93.47 kB 61 54 2 1.6 Yes -
groovy-xml-2.4.1.jar 210.79 kB 143 125 7 1.6 Yes -
jackson-core-asl-1.9.13.jar 232.25 kB 137 121 8 1.5 Yes -
jackson-mapper-asl-1.9.13.jar 780.66 kB 529 502 18 1.5 Yes -
hamcrest-all-1.3.jar 306.58 kB 249 204 23 1.5 Yes -
hamcrest-core-1.3.jar 45.02 kB 52 45 3 1.5 Yes -
hibernate-validator-5.0.1.Final.jar 572.93 kB 430 363 37 1.6 Yes -
javatuples-1.2.jar 65.51 kB 38 26 2 1.5 Yes -
jboss-logging-3.1.1.GA.jar 60.80 kB 55 43 1 1.6 Yes -
jcodings-1.0.8.jar 1.29 MB 413 143 9 1.5 Yes -
joni-2.1.2.jar 187.29 kB 112 99 5 1.5 Yes -
jbcrypt-0.3m.jar 17.75 kB 11 1 1 1.6 Yes -
mockito-all-1.10.19.jar 1.23 MB 1215 752 79 1.5 Yes -
jetty-util-6.1.26.jar 177.13 kB 120 105 6 1.4 Yes -
objenesis-2.1.jar 41.76 kB 52 37 9 1.5 Yes -
asm-5.0.3.jar 53.23 kB 30 25 2 1.2 No -
jcl-over-slf4j-1.7.12.jar 16.62 kB 23 9 2 1.5 Yes -
slf4j-api-1.6.6.jar 26.18 kB 34 23 3 1.3 Yes -
slf4j-log4j12-1.7.12.jar 8.86 kB 16 6 1 1.5 Yes -
slf4j-simple-1.6.6.jar 10.34 kB 16 6 1 1.3 Yes -
xz-1.0.jar 94.67 kB 115 102 9 1.4 No sealed
Total Size Entries Classes Packages Java Version Debug Information Sealed
99 54.96 MB 35210 30836 1493 1.6 97 1
compile: 47 compile: 25.22 MB compile: 16951 compile: 14901 compile: 635 - compile: 46 -
test: 7 test: 1.84 MB test: 1851 test: 1249 test: 156 - test: 7 -
provided: 45 provided: 27.90 MB provided: 16408 provided: 14686 provided: 702 - provided: 44 provided: 1

Dependency Repository Locations

Repo ID URL Release Snapshot
snapshots http://repo/libs-snapshot Yes Yes
central https://repo.maven.apache.org/maven2 Yes No
ow2-snapshot http://repository.ow2.org/nexus/content/repositories/snapshots No Yes
spy http://files.couchbase.com/maven2/ Yes No
apache.snapshots http://repository.apache.org/snapshots No Yes

Repository locations for each of the Dependencies.

Artifact snapshots central ow2-snapshot spy apache.snapshots
com.buschmais.xo:xo.api:jar:0.6.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.buschmais.xo:xo.impl:jar:0.6.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.buschmais.xo:xo.spi:jar:0.6.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.carrotsearch:hppc:jar:0.7.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.carrotsearch:junit-benchmarks:jar:0.7.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.esotericsoftware:kryo:jar:3.0.3 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.esotericsoftware:minlog:jar:1.3.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.esotericsoftware:reflectasm:jar:1.10.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.fasterxml:classmate:jar:0.8.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.google.code.findbugs:jsr305:jar:1.3.9 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.google.guava:guava:jar:15.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.google.protobuf:protobuf-java:jar:2.5.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.h2database:h2:jar:1.3.171 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.jcabi:jcabi-log:jar:0.14 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.jcabi:jcabi-manifests:jar:1.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.jcraft:jsch:jar:0.1.42 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.puresoltechnologies.commons:types:jar:0.6.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.puresoltechnologies.ductiledb:ductiledb-api:jar:0.1.0-SNAPSHOT - - - - -
com.puresoltechnologies.ductiledb:ductiledb-core:jar:0.1.0-SNAPSHOT - - - - -
com.puresoltechnologies.ductiledb:ductiledb-test:jar:0.1.0-SNAPSHOT - - - - -
com.puresoltechnologies.ductiledb:ductiledb-tinkerpop:jar:0.1.0-SNAPSHOT - - - - -
com.puresoltechnologies.versioning:versioning:jar:1.1.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
com.thoughtworks.paranamer:paranamer:jar:2.3 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-cli:commons-cli:jar:1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-codec:commons-codec:jar:1.9 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-collections:commons-collections:jar:3.2.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-configuration:commons-configuration:jar:1.10 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-el:commons-el:jar:1.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-httpclient:commons-httpclient:jar:3.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-io:commons-io:jar:2.4 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-lang:commons-lang:jar:2.6 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-logging:commons-logging:jar:1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
commons-net:commons-net:jar:3.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
io.netty:netty:jar:3.6.2.Final Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
io.netty:netty-all:jar:4.0.23.Final Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
javax.activation:activation:jar:1.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
javax.validation:validation-api:jar:1.1.0.Final Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
javax.xml.bind:jaxb-api:jar:2.2.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
javax.xml.stream:stax-api:jar:1.0-2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
jdk.tools:jdk.tools:jar:1.7 - - - - -
jline:jline:jar:2.12 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
junit:junit:jar:4.12 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
log4j:log4j:jar:1.2.17 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.avro:avro:jar:1.7.4 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.commons:commons-compress:jar:1.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.commons:commons-lang3:jar:3.3.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.commons:commons-math3:jar:3.1.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.directory.api:api-util:jar:1.0.0-M20 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hadoop:hadoop-annotations:jar:2.5.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hadoop:hadoop-auth:jar:2.5.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hadoop:hadoop-common:jar:2.5.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hadoop:hadoop-yarn-api:jar:2.5.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hadoop:hadoop-yarn-common:jar:2.5.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hbase:hbase-annotations:jar:1.1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hbase:hbase-client:jar:1.1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hbase:hbase-common:jar:1.1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.hbase:hbase-protocol:jar:1.1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.htrace:htrace-core:jar:3.1.0-incubating Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.httpcomponents:httpclient:jar:4.2.5 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.httpcomponents:httpcore:jar:4.2.4 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.ivy:ivy:jar:2.3.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.tinkerpop:gremlin-core:jar:3.1.0-incubating Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.tinkerpop:gremlin-groovy:jar:3.1.0-incubating Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.tinkerpop:gremlin-shaded:jar:3.1.0-incubating Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.tinkerpop:gremlin-test:jar:3.1.0-incubating Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.tinkerpop:tinkergraph-gremlin:jar:3.1.0-incubating Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.apache.zookeeper:zookeeper:jar:3.4.6 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy:jar:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy:jar:indy:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy-console:jar:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy-groovysh:jar:indy:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy-json:jar:indy:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy-jsr223:jar:indy:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy-swing:jar:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy-templates:jar:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.groovy:groovy-xml:jar:2.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.jackson:jackson-core-asl:jar:1.9.13 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.hamcrest:hamcrest-all:jar:1.3 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.hamcrest:hamcrest-core:jar:1.3 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.hibernate:hibernate-validator:jar:5.0.1.Final Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.javatuples:javatuples:jar:1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.jboss.logging:jboss-logging:jar:3.1.1.GA Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.jruby.jcodings:jcodings:jar:1.0.8 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.jruby.joni:joni:jar:2.1.2 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.mindrot:jbcrypt:jar:0.3m Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.mockito:mockito-all:jar:1.10.19 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.mortbay.jetty:jetty-util:jar:6.1.26 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.objenesis:objenesis:jar:2.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.ow2.asm:asm:jar:5.0.3 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.slf4j:jcl-over-slf4j:jar:1.7.12 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.slf4j:slf4j-api:jar:1.6.6 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.slf4j:slf4j-log4j12:jar:1.7.12 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.slf4j:slf4j-simple:jar:1.6.6 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.tukaani:xz:jar:1.0 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.xerial.snappy:snappy-java:jar:1.0.4.1 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
org.yaml:snakeyaml:jar:1.15 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
xmlenc:xmlenc:jar:0.52 Found at http://repo/libs-snapshot Found at https://repo.maven.apache.org/maven2 - - -
Total snapshots central ow2-snapshot spy apache.snapshots
103 (compile: 48, test: 7, provided: 47, system: 1) 98 98 0 0 0
Fork me on GitHub