License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Docker Container Virtualization Tools |
GroupId | GroupIdorg.sglahn |
ArtifactId | ArtifactIdgradle-dockerfile-plugin |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-dockerfile-plugin
Gradle Plugin to build and push Docker images without inline configuration.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.sglahn/gradle-dockerfile-plugin/ -->
<dependency>
<groupId>org.sglahn</groupId>
<artifactId>gradle-dockerfile-plugin</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.sglahn/gradle-dockerfile-plugin/
implementation 'org.sglahn:gradle-dockerfile-plugin:0.5'
// https://jarcasting.com/artifacts/org.sglahn/gradle-dockerfile-plugin/
implementation ("org.sglahn:gradle-dockerfile-plugin:0.5")
'org.sglahn:gradle-dockerfile-plugin:jar:0.5'
<dependency org="org.sglahn" name="gradle-dockerfile-plugin" rev="0.5">
<artifact name="gradle-dockerfile-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sglahn', module='gradle-dockerfile-plugin', version='0.5')
)
libraryDependencies += "org.sglahn" % "gradle-dockerfile-plugin" % "0.5"
[org.sglahn/gradle-dockerfile-plugin "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.4.10 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |