MVN

com.github.gv2011.helloworld : helloworld-executable

Maven & Gradle

Sep 09, 2015
0 stars
<dependency>
    <groupId>com.github.gv2011.helloworld</groupId>
    <artifactId>helloworld-executable</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gv2011.helloworld : helloworld-executable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.github.gv2011.helloworld : helloworld-executable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
helloworld-executable-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.gv2011.helloworld</groupId>
    <artifactId>helloworld-executable</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gv2011.helloworld : helloworld-executable gradle dependency to your build.gradle file:

implementation 'com.github.gv2011.helloworld:helloworld-executable:0.0.2'

Gradle Kotlin DSL: Add the following com.github.gv2011.helloworld : helloworld-executable gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gv2011.helloworld:helloworld-executable:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gv2011.helloworld : helloworld-executable sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gv2011.helloworld" % "helloworld-executable" % "0.0.2"

Advertisement

Dependencies from Group

Discover Dependencies

Oct 06, 2015
1 usages
5 stars
Oct 06, 2015
1 usages
5 stars
Oct 14, 2016
2 usages
14 stars
Nov 09, 2015
1 usages
3 stars
Jan 13, 2020
4 usages
5 stars
Jan 13, 2020
3 usages
5 stars
Mar 17, 2016
1 usages
2 stars
Mar 17, 2016
1 usages
2 stars
Dec 08, 2017
109 stars