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