is not current version
Last Version 1.5

com.github.putpixel:git-file-loader 1.4

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

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

com.github.putpixel
ArtifactId

ArtifactId

git-file-loader
Version

Version

1.4
Type

Type

jar

Download git-file-loader 1.4


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