MVN

ch.inftec.test : hello-world

Maven & Gradle

Feb 24, 2014

Hello World · Hello World App

<dependency>
    <groupId>ch.inftec.test</groupId>
    <artifactId>hello-world</artifactId>
    <version>0.0.1-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.inftec.test : hello-world to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-11

All Versions

Choose a version of ch.inftec.test : hello-world to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
hello-world-0.0.1-11
hello-world-0.0.1-9

How to add a dependency to Maven

Add the following ch.inftec.test : hello-world maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.inftec.test</groupId>
    <artifactId>hello-world</artifactId>
    <version>0.0.1-11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.inftec.test : hello-world gradle dependency to your build.gradle file:

implementation 'ch.inftec.test:hello-world:0.0.1-11'

Gradle Kotlin DSL: Add the following ch.inftec.test : hello-world gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.inftec.test:hello-world:0.0.1-11")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.inftec.test : hello-world sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.inftec.test" % "hello-world" % "0.0.1-11"

Advertisement