MVN

io.github.corbym : dokker

Maven & Gradle

Aug 25, 2023
7 stars

dokker · dokker: Simple Kotlin docker builder for tests.

<dependency>
    <groupId>io.github.corbym</groupId>
    <artifactId>dokker</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.corbym : dokker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of io.github.corbym : dokker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
dokker-0.2.3
dokker-0.2.2
dokker-0.2.1
dokker-0.2.0
0.0.x
dokker-0.0.1

How to add a dependency to Maven

Add the following io.github.corbym : dokker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.corbym</groupId>
    <artifactId>dokker</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.corbym : dokker gradle dependency to your build.gradle file:

implementation 'io.github.corbym:dokker:0.2.3'

Gradle Kotlin DSL: Add the following io.github.corbym : dokker gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.corbym:dokker:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.corbym : dokker sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.corbym" % "dokker" % "0.2.3"