MVN

com.github.kvafy : hello-world

Maven & Gradle

Nov 21, 2019
0 stars

A 'Hello World' library · A library for testing publication to Maven Central

<dependency>
    <groupId>com.github.kvafy</groupId>
    <artifactId>hello-world</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kvafy : hello-world to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.github.kvafy : hello-world to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
hello-world-1.2
0.6
hello-world-0.6
0.5
hello-world-0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.kvafy</groupId>
    <artifactId>hello-world</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kvafy : hello-world gradle dependency to your build.gradle file:

implementation 'com.github.kvafy:hello-world:1.2'

Gradle Kotlin DSL: Add the following com.github.kvafy : hello-world gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kvafy:hello-world:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kvafy : hello-world sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kvafy" % "hello-world" % "1.2"