All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download org.openl.jgit JAR files with all dependencies

Search JAR files by class name

org.eclipse.jgit.archive from group org.openl.jgit (version 6.8.0.202311291450-openl)

Support for archiving a Git tree in formats such as zip and tar. This is a separate bundle from org.eclipse.jgit to avoid a dependency by the latter on commons-compress.

Group: org.openl.jgit Artifact: org.eclipse.jgit.archive
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.archive
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies commons-compress, org.eclipse.jgit, org.osgi.core,
There are maybe transitive dependencies!

org.eclipse.jgit.ssh.jsch from group org.openl.jgit (version 6.8.0.202311291450-openl)

SSH support for JGit based on JSch

Group: org.openl.jgit Artifact: org.eclipse.jgit.ssh.jsch
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.ssh.jsch
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies org.eclipse.jgit, jsch, jzlib, slf4j-api,
There are maybe transitive dependencies!

org.eclipse.jgit.junit.ssh from group org.openl.jgit (version 6.8.0.202311291450-openl)

Utility classes to support Ssh based JUnit testing of JGit applications.

Group: org.openl.jgit Artifact: org.eclipse.jgit.junit.ssh
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.junit.ssh
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies org.eclipse.jgit, org.eclipse.jgit.junit, sshd-osgi, sshd-sftp,
There are maybe transitive dependencies!

org.eclipse.jgit.gpg.bc from group org.openl.jgit (version 6.8.0.202311291450-openl)

GPG support for JGit based on BouncyCastle

Group: org.openl.jgit Artifact: org.eclipse.jgit.gpg.bc
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.gpg.bc
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies org.eclipse.jgit, bcpg-jdk18on, bcprov-jdk18on, bcutil-jdk18on, bcpkix-jdk18on, slf4j-api,
There are maybe transitive dependencies!

org.eclipse.jgit.junit from group org.openl.jgit (version 6.8.0.202311291450-openl)

Utility classes to support JUnit testing of JGit applications.

Group: org.openl.jgit Artifact: org.eclipse.jgit.junit
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.junit
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies org.eclipse.jgit,
There are maybe transitive dependencies!

org.eclipse.jgit.lfs from group org.openl.jgit (version 6.8.0.202311291450-openl)

JGit Large File Storage (LFS) implementation.

Group: org.openl.jgit Artifact: org.eclipse.jgit.lfs
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.lfs
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies org.eclipse.jgit, gson,
There are maybe transitive dependencies!

org.eclipse.jgit.ssh.apache.agent from group org.openl.jgit (version 6.8.0.202311291450-openl)

Support for ssh-agent for the Apache MINA sshd SSH connector

Group: org.openl.jgit Artifact: org.eclipse.jgit.ssh.apache.agent
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.ssh.apache.agent
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies org.eclipse.jgit, org.eclipse.jgit.ssh.apache, jna, jna-platform, slf4j-api,
There are maybe transitive dependencies!

org.eclipse.jgit-parent from group org.openl.jgit (version 6.8.0.202311291450-openl)

Pure Java implementation of Git

Group: org.openl.jgit Artifact: org.eclipse.jgit-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.jgit-parent
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization Eclipse JGit Project
URL ${jgit-url}
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.jgit.coverage from group org.openl.jgit (version 6.8.0.202311291450-openl)

Group: org.openl.jgit Artifact: org.eclipse.jgit.coverage
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.eclipse.jgit.coverage
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies org.eclipse.jgit, org.eclipse.jgit.ant, org.eclipse.jgit.archive, org.eclipse.jgit.http.apache, org.eclipse.jgit.http.server, org.eclipse.jgit.lfs, org.eclipse.jgit.lfs.server, org.eclipse.jgit.pgm, org.eclipse.jgit.ui, org.eclipse.jgit.ssh.apache, org.eclipse.jgit.test, org.eclipse.jgit.ant.test, org.eclipse.jgit.http.test, org.eclipse.jgit.pgm.test, org.eclipse.jgit.lfs.test, org.eclipse.jgit.lfs.server.test, org.eclipse.jgit.ssh.apache.test,
There are maybe transitive dependencies!

org.eclipse.jgit.junit.http from group org.openl.jgit (version 6.8.0.202311291450-openl)

Utility classes to support Http based JUnit testing of JGit applications.

Group: org.openl.jgit Artifact: org.eclipse.jgit.junit.http
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.eclipse.jgit.junit.http
Group org.openl.jgit
Version 6.8.0.202311291450-openl
Last update 06. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies org.eclipse.jgit, org.eclipse.jgit.http.server, org.eclipse.jgit.junit, jetty-servlet,
There are maybe transitive dependencies!



Page 1 from 3 (items total 23)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy