Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.artemkaxboy |
ArtifactId | ArtifactIdjib-custom-entrypoint-extension-gradle |
Version | Version0.0.1 |
Type | Typejar |
<!-- 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.artemkaxboy/jib-custom-entrypoint-extension-gradle/
implementation 'com.artemkaxboy:jib-custom-entrypoint-extension-gradle:0.0.1'
// https://jarcasting.com/artifacts/com.artemkaxboy/jib-custom-entrypoint-extension-gradle/
implementation ("com.artemkaxboy:jib-custom-entrypoint-extension-gradle:0.0.1")
'com.artemkaxboy:jib-custom-entrypoint-extension-gradle:jar:0.0.1'
<dependency org="com.artemkaxboy" name="jib-custom-entrypoint-extension-gradle" rev="0.0.1">
<artifact name="jib-custom-entrypoint-extension-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artemkaxboy', module='jib-custom-entrypoint-extension-gradle', version='0.0.1')
)
libraryDependencies += "com.artemkaxboy" % "jib-custom-entrypoint-extension-gradle" % "0.0.1"
[com.artemkaxboy/jib-custom-entrypoint-extension-gradle "0.0.1"]