MVN

com.github.sushantmimani : HelloWorld

Maven & Gradle

Feb 23, 2023
0 stars

test-deploy · A demo for deployment to the Central Repository via OSSRH

<dependency>
    <groupId>com.github.sushantmimani</groupId>
    <artifactId>HelloWorld</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sushantmimani : HelloWorld to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.github.sushantmimani : HelloWorld to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
HelloWorld-0.7.0
0.6.x
HelloWorld-0.6.9
HelloWorld-0.6.8
HelloWorld-0.6.7
HelloWorld-0.6.6
HelloWorld-0.6.5
HelloWorld-0.6.3
HelloWorld-0.6.1
HelloWorld-0.6.0
0.4.x
HelloWorld-0.4.1
HelloWorld-0.4.0
0.3.x
HelloWorld-0.3.2
HelloWorld-0.3.1
HelloWorld-0.3.0
0.2.x
HelloWorld-0.2.12
HelloWorld-0.2.11
HelloWorld-0.2.10
HelloWorld-0.2.6
HelloWorld-0.2.5

How to add a dependency to Maven

Add the following com.github.sushantmimani : HelloWorld maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sushantmimani</groupId>
    <artifactId>HelloWorld</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sushantmimani : HelloWorld gradle dependency to your build.gradle file:

implementation 'com.github.sushantmimani:HelloWorld:0.7.0'

Gradle Kotlin DSL: Add the following com.github.sushantmimani : HelloWorld gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sushantmimani:HelloWorld:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sushantmimani : HelloWorld sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sushantmimani" % "HelloWorld" % "0.7.0"

Advertisement