Last Version

GIT file loader 1.5

Provides convenient API to load single or multiple files from remote GIT repository using JGIT without checking out rest of the files

License

License

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.github.putpixel
ArtifactId

ArtifactId

git-file-loader
Version

Version

1.5
Type

Type

jar
Description

Description

GIT file loader
Provides convenient API to load single or multiple files from remote GIT repository using JGIT without checking out rest of the files
Project URL

Project URL

https://github.com/PutPixel/git-file-loader
Source Code Management

Source Code Management

https://github.com/PutPixel/git-file-loader

Download git-file-loader 1.5


<!-- https://jarcasting.com/artifacts/com.github.putpixel/git-file-loader/ -->
<dependency>
    <groupId>com.github.putpixel</groupId>
    <artifactId>git-file-loader</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.putpixel/git-file-loader/
implementation 'com.github.putpixel:git-file-loader:1.5'
// https://jarcasting.com/artifacts/com.github.putpixel/git-file-loader/
implementation ("com.github.putpixel:git-file-loader:1.5")
'com.github.putpixel:git-file-loader:jar:1.5'
<dependency org="com.github.putpixel" name="git-file-loader" rev="1.5">
  <artifact name="git-file-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.putpixel', module='git-file-loader', version='1.5')
)
libraryDependencies += "com.github.putpixel" % "git-file-loader" % "1.5"
[com.github.putpixel/git-file-loader "1.5"]

Dependencies

compile (4)

Group / Artifact Type Version
org.eclipse.jgit : org.eclipse.jgit jar 4.2.0.201601211800-r
com.google.guava : guava jar 19.0
org.apache.commons : commons-lang3 jar 3.4
com.google.code.findbugs : jsr305 jar 3.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.