Files download
File Operation
gitclone-1.0.0.jar download
gitclone-1.0.0.pom download
gitclone-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gitlab.c297131019</groupId>
  <artifactId>gitclone</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.gitlab.c297131019:gitclone:1.0.0'
Gradle Kotlin
implementation("io.gitlab.c297131019:gitclone:1.0.0")
Scala SBT
libraryDependencies += "io.gitlab.c297131019" % "gitclone" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.gitlab.c297131019', module='gitclone', version='1.0.0')
)
Apache Ivy
<dependency org="io.gitlab.c297131019" name="gitclone" rev="1.0.0" />
Leiningen
[io.gitlab.c297131019/gitclone "1.0.0"]
Apache Buildr
'io.gitlab.c297131019:gitclone:jar:1.0.0'