MVN

io.github.hamzashoukat94 : hello-world

Maven & Gradle

May 11, 2023
0 stars

hello-world · A developer experience project

<dependency>
    <groupId>io.github.hamzashoukat94</groupId>
    <artifactId>hello-world</artifactId>
    <version>10.1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 10.1.16

All Versions

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

Version Vulnerabilities Updated
11.0.x
hello-world-11.0.0
10.1.x
hello-world-10.1.16
hello-world-10.1.15
hello-world-10.1.14
hello-world-10.1.6
hello-world-10.1.4
hello-world-10.1.2
hello-world-10.1.1
10.0.x
hello-world-10.0.1
hello-world-10.0.0
8.5.x
hello-world-8.5.0
8.3.x
hello-world-8.3.0
8.1.x
hello-world-8.1.1
8.0.x
hello-world-8.0.0
7.3.x
hello-world-7.3.5
7.1.x
hello-world-7.1.2
7.0.x
hello-world-7.0.0
6.6.x
hello-world-6.6.0
6.5.x
hello-world-6.5.9
6.0.x
hello-world-6.0.3
5.0.x
hello-world-5.0.0
3.1.x
hello-world-3.1.2
hello-world-3.1.1
3.0.x
hello-world-3.0.0
2.0.x
hello-world-2.0.0
1.1.x
hello-world-1.1.1
1.0.x
hello-world-1.0.0
0.9.x
hello-world-0.9.0
0.5.x
hello-world-0.5.1
hello-world-0.5.0
0.4.x
hello-world-0.4.0
0.3.x
hello-world-0.3.0
0.2.x
hello-world-0.2.2
hello-world-0.2.0
0.1.x
hello-world-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.hamzashoukat94</groupId>
    <artifactId>hello-world</artifactId>
    <version>10.1.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.hamzashoukat94:hello-world:10.1.16'

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

implementation("io.github.hamzashoukat94:hello-world:10.1.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.hamzashoukat94" % "hello-world" % "10.1.16"