MVN

io.ap4k : docker-annotations

Maven & Gradle

May 03, 2019
4 usages

AP4K :: Annotations :: Docker

<dependency>
    <groupId>io.ap4k</groupId>
    <artifactId>docker-annotations</artifactId>
    <version>0.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ap4k : docker-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.5

All Versions

Choose a version of io.ap4k : docker-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
docker-annotations-0.3.5
docker-annotations-0.3.4
docker-annotations-0.3.3
docker-annotations-0.3.2
docker-annotations-0.3.1
docker-annotations-0.3.0
0.2.x
docker-annotations-0.2.3
docker-annotations-0.2.2
docker-annotations-0.2.1
docker-annotations-0.2.0
0.1.x
docker-annotations-0.1.6
docker-annotations-0.1.5
docker-annotations-0.1.4
docker-annotations-0.1.3
docker-annotations-0.1.2
docker-annotations-0.1.1
docker-annotations-0.1.0

How to add a dependency to Maven

Add the following io.ap4k : docker-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ap4k</groupId>
    <artifactId>docker-annotations</artifactId>
    <version>0.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ap4k : docker-annotations gradle dependency to your build.gradle file:

implementation 'io.ap4k:docker-annotations:0.3.5'

Gradle Kotlin DSL: Add the following io.ap4k : docker-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ap4k:docker-annotations:0.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ap4k : docker-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ap4k" % "docker-annotations" % "0.3.5"

Advertisement