j

jib-maven-plugin

A Maven plugin for building container images for your Java applications.
https://github.com/GoogleContainerTools/jib
The Apache License, Version 2.0
Chanseok Oh Appu Goundan Tad Cordle Brian de Alwis Qingyang Chen
Files download
File Operation
jib-maven-plugin-3.4.2.jar download
jib-maven-plugin-3.4.2.pom download
jib-maven-plugin-3.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.tools</groupId>
  <artifactId>jib-maven-plugin</artifactId>
  <version>3.4.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.tools:jib-maven-plugin:3.4.2'
Gradle Kotlin
implementation("com.google.cloud.tools:jib-maven-plugin:3.4.2")
Scala SBT
libraryDependencies += "com.google.cloud.tools" % "jib-maven-plugin" % "3.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.tools', module='jib-maven-plugin', version='3.4.2')
)
Apache Ivy
<dependency org="com.google.cloud.tools" name="jib-maven-plugin" rev="3.4.2" />
Leiningen
[com.google.cloud.tools/jib-maven-plugin "3.4.2"]
Apache Buildr
'com.google.cloud.tools:jib-maven-plugin:jar:3.4.2'