License |
License
MIT
|
---|---|
Categories |
CategoriesDocker Container Virtualization Tools |
GroupId | GroupIdio.github.kilmajster |
ArtifactId | ArtifactIdboot-docker |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionboot-docker Maven plugin
Smart docker-compose generator for spring-boot apps! ๐
|
Filename | Size |
---|---|
boot-docker-0.1.0.pom | -1 bytes |
boot-docker-0.1.0-sources.jar | 10 KB |
boot-docker-0.1.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kilmajster/boot-docker/ -->
<dependency>
<groupId>io.github.kilmajster</groupId>
<artifactId>boot-docker</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kilmajster/boot-docker/
implementation 'io.github.kilmajster:boot-docker:0.1.0'
// https://jarcasting.com/artifacts/io.github.kilmajster/boot-docker/
implementation ("io.github.kilmajster:boot-docker:0.1.0")
'io.github.kilmajster:boot-docker:jar:0.1.0'
<dependency org="io.github.kilmajster" name="boot-docker" rev="0.1.0">
<artifact name="boot-docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kilmajster', module='boot-docker', version='0.1.0')
)
libraryDependencies += "io.github.kilmajster" % "boot-docker" % "0.1.0"
[io.github.kilmajster/boot-docker "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.9 |
commons-io : commons-io | jar | 2.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.6.2 |
org.apache.maven : maven-core | jar | 3.6.2 |
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |