License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.artemkaxboy |
ArtifactId | ArtifactIdjib-custom-entrypoint-extension-gradle |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionCustom Entrypoint Extension for Jib Plugin
Allows customizing entrypoint.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.artemkaxboy/jib-custom-entrypoint-extension-gradle/ -->
<dependency>
<groupId>com.artemkaxboy</groupId>
<artifactId>jib-custom-entrypoint-extension-gradle</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.artemkaxboy/jib-custom-entrypoint-extension-gradle/
implementation 'com.artemkaxboy:jib-custom-entrypoint-extension-gradle:0.1.0'
// https://jarcasting.com/artifacts/com.artemkaxboy/jib-custom-entrypoint-extension-gradle/
implementation ("com.artemkaxboy:jib-custom-entrypoint-extension-gradle:0.1.0")
'com.artemkaxboy:jib-custom-entrypoint-extension-gradle:jar:0.1.0'
<dependency org="com.artemkaxboy" name="jib-custom-entrypoint-extension-gradle" rev="0.1.0">
<artifact name="jib-custom-entrypoint-extension-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artemkaxboy', module='jib-custom-entrypoint-extension-gradle', version='0.1.0')
)
libraryDependencies += "com.artemkaxboy" % "jib-custom-entrypoint-extension-gradle" % "0.1.0"
[com.artemkaxboy/jib-custom-entrypoint-extension-gradle "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud.tools : jib-gradle-plugin-extension-api | jar | 0.4.0 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.4.6 |