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
文件下载
文件名 操作
jib-maven-plugin-2.7.0.jar 下载
jib-maven-plugin-2.7.0.pom 下载
jib-maven-plugin-2.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.cloud.tools</groupId>
  <artifactId>jib-maven-plugin</artifactId>
  <version>2.7.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.tools:jib-maven-plugin:2.7.0'
Gradle Kotlin
implementation("com.google.cloud.tools:jib-maven-plugin:2.7.0")
Scala SBT
libraryDependencies += "com.google.cloud.tools" % "jib-maven-plugin" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.tools', module='jib-maven-plugin', version='2.7.0')
)
Apache Ivy
<dependency org="com.google.cloud.tools" name="jib-maven-plugin" rev="2.7.0" />
Leiningen
[com.google.cloud.tools/jib-maven-plugin "2.7.0"]
Apache Buildr
'com.google.cloud.tools:jib-maven-plugin:jar:2.7.0'