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
com.google.guava guava 20.0 jar The Apache Software License, Version 2.0
io.ultreia.java4all.jgitflow jgitflow-core 1.0.0-rc-2-SNAPSHOT jar Apache 2
org.eclipse.jgit org.eclipse.jgit 4.5.3.201708160445-r jar Eclipse Distribution License (New BSD 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 Type Licenses
com.googlecode.javaewah JavaEWAH 0.7.9 jar Apache 2
commons-codec commons-codec 1.6 jar The Apache Software License, Version 2.0
commons-logging commons-logging 1.1.3 jar The Apache Software License, Version 2.0
org.apache.httpcomponents httpclient 4.3.6 jar Apache License, Version 2.0
org.apache.httpcomponents httpcore 4.3.3 jar Apache License, Version 2.0
org.slf4j slf4j-api 1.7.25 jar MIT License

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
org.apache.servicemix.bundles org.apache.servicemix.bundles.jsch 0.1.54_1 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

  • io.ultreia.java4all.jgitflow:jgitflow-maven-api:jar:1.0.0-rc-2-SNAPSHOT
    JGitFlow :: Maven API

    Description: An API to allow maven projects to extend the jgitflow-maven-plugin

    URL: https://ultreiaio.gitlab.io/jgit-flow/jgitflow-maven-api

    Project Licenses: Apache 2

    • io.ultreia.java4all.jgitflow:jgitflow-core:jar:1.0.0-rc-2-SNAPSHOT (compile)
      JGitFlow :: Core

      Description: The core java library implementing git flow

      URL: https://ultreiaio.gitlab.io/jgit-flow/jgitflow-core

      Project Licenses: Apache 2

    • org.eclipse.jgit:org.eclipse.jgit:jar:4.5.3.201708160445-r (compile)
      JGit - Core

      Description: Repository access and algorithms

      URL: http://www.eclipse.org/jgit//org.eclipse.jgit

      Project Licenses: Eclipse Distribution License (New BSD License)

      • com.googlecode.javaewah:JavaEWAH:jar:0.7.9 (compile)
        JavaEWAH

        Description: The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.

        URL: http://code.google.com/p/javaewah/

        Project Licenses: Apache 2

      • org.apache.httpcomponents:httpclient:jar:4.3.6 (compile)
        Apache HttpClient

        Description: HttpComponents Client

        URL: http://hc.apache.org/httpcomponents-client

        Project Licenses: Apache License, Version 2.0

    • com.google.guava:guava:jar:20.0 (compile)
      Guava: Google Core Libraries for Java

      Description: Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has only one code dependency - javax.annotation, per the JSR-305 spec.

      URL: https://github.com/google/guava/guava

      Project Licenses: The Apache Software License, Version 2.0

Licenses

Apache 2: JGitFlow :: Core, JGitFlow :: Maven API, JavaEWAH

MIT License: SLF4J API Module

Apache License, Version 2.0: Apache HttpClient, Apache HttpCore

Eclipse Distribution License (New BSD License): JGit - Core

The Apache Software License, Version 2.0: Apache ServiceMix :: Bundles :: jsch, Commons Codec, Commons Logging, Guava: Google Core Libraries for Java

Dependency File Details

Total Size Entries Classes Packages Java Version Debug Information
Filename Size Entries Classes Packages Java Version Debug Information
guava-20.0.jar 2.4 MB 1844 1814 18 1.6 Yes
JavaEWAH-0.7.9.jar 125.1 kB 81 69 3 1.6 Yes
commons-codec-1.6.jar 232.8 kB 218 76 6 1.5 Yes
commons-logging-1.1.3.jar 62 kB 42 28 2 1.1 Yes
jgitflow-core-1.0.0-rc-2-SNAPSHOT.jar 114.5 kB 98 79 7 1.7 Yes
httpclient-4.3.6.jar 592 kB 459 420 24 1.5 Yes
httpcore-4.3.3.jar 282.8 kB 260 232 15 1.5 Yes
org.apache.servicemix.bundles.jsch-0.1.54_1.jar 290.8 kB 182 164 4 1.5 Yes
org.eclipse.jgit-4.5.3.201708160445-r.jar 2.4 MB 1445 1386 39 1.7 Yes
slf4j-api-1.7.25.jar 41.2 kB 46 34 4 1.5 Yes
10 6.6 MB 4675 4302 122 1.7 10
compile: 9 compile: 6.3 MB compile: 4493 compile: 4138 compile: 118 - compile: 9
runtime: 1 runtime: 290.8 kB runtime: 182 runtime: 164 runtime: 4 - runtime: 1

Dependency Repository Locations

Repo ID URL Release Snapshot Blacklisted
oss-snapshot https://oss.sonatype.org/service/local/repositories/snapshots/content No Yes Yes
central https://repo.maven.apache.org/maven2 Yes No No
jgit-repository https://repo.eclipse.org/content/repositories/jgit-releases/ Yes Yes No
sonatype-nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots No Yes No
spy http://files.couchbase.com/maven2/ Yes No No
apache.snapshots http://repository.apache.org/snapshots No Yes No

Repository locations for each of the Dependencies.

Total central jgit-repository sonatype-nexus-snapshots spy apache.snapshots
Artifact central jgit-repository sonatype-nexus-snapshots spy apache.snapshots
com.google.guava:guava:jar:20.0 - - - -
com.googlecode.javaewah:JavaEWAH:jar:0.7.9 - - - -
commons-codec:commons-codec:jar:1.6 - - - -
commons-logging:commons-logging:jar:1.1.3 - - - -
io.ultreia.java4all.jgitflow:jgitflow-core:jar:1.0.0-rc-2-SNAPSHOT - - - - -
org.apache.httpcomponents:httpclient:jar:4.3.6 - - - -
org.apache.httpcomponents:httpcore:jar:4.3.3 - - - -
org.apache.servicemix.bundles:org.apache.servicemix.bundles.jsch:jar:0.1.54_1 - - - -
org.eclipse.jgit:org.eclipse.jgit:jar:4.5.3.201708160445-r - - -
org.slf4j:slf4j-api:jar:1.7.25 - - - -
10 (compile: 9, runtime: 1) 9 1 0 0 0

Back to top

Reflow Maven skin by Andrius Velykis.