Categories |
CategoriesGit Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.putpixel |
ArtifactId | ArtifactIdgit-file-loader |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
git-file-loader-1.4.pom | |
git-file-loader-1.4.jar | 10 KB |
git-file-loader-1.4-sources.jar | 3 KB |
git-file-loader-1.4-javadoc.jar | 31 KB |
Browse |
<!-- 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"]