MVN

de.dbck.poc : poc-helloworld

Maven & Gradle

Mar 08, 2021
0 stars

Project poc-helloworld

<dependency>
    <groupId>de.dbck.poc</groupId>
    <artifactId>poc-helloworld</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.dbck.poc : poc-helloworld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of de.dbck.poc : poc-helloworld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
poc-helloworld-0.0.6
poc-helloworld-0.0.5
poc-helloworld-0.0.4
poc-helloworld-0.0.3
poc-helloworld-0.0.2
poc-helloworld-0.0.1

How to add a dependency to Maven

Add the following de.dbck.poc : poc-helloworld maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.dbck.poc</groupId>
    <artifactId>poc-helloworld</artifactId>
    <version>0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.dbck.poc : poc-helloworld gradle dependency to your build.gradle file:

implementation 'de.dbck.poc:poc-helloworld:0.0.6'

Gradle Kotlin DSL: Add the following de.dbck.poc : poc-helloworld gradle kotlin dependency to your build.gradle.kts file:

implementation("de.dbck.poc:poc-helloworld:0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.dbck.poc : poc-helloworld sbt scala dependency to your build.sbt file:

libraryDependencies += "de.dbck.poc" % "poc-helloworld" % "0.0.6"

Advertisement