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