MVN

de.quantummaid.httpmaid.examples : hello-world

Maven & Gradle

Apr 16, 2020

HttpMaid - Examples - Hello World

<dependency>
    <groupId>de.quantummaid.httpmaid.examples</groupId>
    <artifactId>hello-world</artifactId>
    <version>0.9.47</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.quantummaid.httpmaid.examples : hello-world to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.47

All Versions

Choose a version of de.quantummaid.httpmaid.examples : hello-world to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
hello-world-0.9.47
hello-world-0.9.46
hello-world-0.9.45
hello-world-0.9.44
hello-world-0.9.43
hello-world-0.9.42
hello-world-0.9.41
hello-world-0.9.40
hello-world-0.9.39
hello-world-0.9.38
hello-world-0.9.37
hello-world-0.9.36
hello-world-0.9.34
hello-world-0.9.33
hello-world-0.9.32
hello-world-0.9.31
hello-world-0.9.30
hello-world-0.9.29
hello-world-0.9.28
hello-world-0.9.27
hello-world-0.9.26
hello-world-0.9.25
hello-world-0.9.24
hello-world-0.9.23
hello-world-0.9.22
hello-world-0.9.21
hello-world-0.9.20
hello-world-0.9.19
hello-world-0.9.18
hello-world-0.9.17
hello-world-0.9.16
hello-world-0.9.15
hello-world-0.9.14
hello-world-0.9.13
hello-world-0.9.12
hello-world-0.9.11
hello-world-0.9.10
hello-world-0.9.9
hello-world-0.9.8
hello-world-0.9.6
hello-world-0.9.5
hello-world-0.9.4
hello-world-0.9.3
hello-world-0.9.1
hello-world-0.9.0

How to add a dependency to Maven

Add the following de.quantummaid.httpmaid.examples : hello-world maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.quantummaid.httpmaid.examples</groupId>
    <artifactId>hello-world</artifactId>
    <version>0.9.47</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.quantummaid.httpmaid.examples : hello-world gradle dependency to your build.gradle file:

implementation 'de.quantummaid.httpmaid.examples:hello-world:0.9.47'

Gradle Kotlin DSL: Add the following de.quantummaid.httpmaid.examples : hello-world gradle kotlin dependency to your build.gradle.kts file:

implementation("de.quantummaid.httpmaid.examples:hello-world:0.9.47")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.quantummaid.httpmaid.examples : hello-world sbt scala dependency to your build.sbt file:

libraryDependencies += "de.quantummaid.httpmaid.examples" % "hello-world" % "0.9.47"