is not current version
Last Version 0.21.0

com.google.cloud.tools:jib-core 0.13.0

Build container images.

GroupId

GroupId

com.google.cloud.tools
ArtifactId

ArtifactId

jib-core
Version

Version

0.13.0
Type

Type

jar

Download jib-core 0.13.0


<!-- https://jarcasting.com/artifacts/com.google.cloud.tools/jib-core/ -->
<dependency>
    <groupId>com.google.cloud.tools</groupId>
    <artifactId>jib-core</artifactId>
    <version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.tools/jib-core/
implementation 'com.google.cloud.tools:jib-core:0.13.0'
// https://jarcasting.com/artifacts/com.google.cloud.tools/jib-core/
implementation ("com.google.cloud.tools:jib-core:0.13.0")
'com.google.cloud.tools:jib-core:jar:0.13.0'
<dependency org="com.google.cloud.tools" name="jib-core" rev="0.13.0">
  <artifact name="jib-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.tools', module='jib-core', version='0.13.0')
)
libraryDependencies += "com.google.cloud.tools" % "jib-core" % "0.13.0"
[com.google.cloud.tools/jib-core "0.13.0"]