MVN

com.intellisig : hello-world

Maven & Gradle

Nov 30, 2018
0 stars

hello-world · Hello World

<dependency>
    <groupId>com.intellisig</groupId>
    <artifactId>hello-world</artifactId>
    <version>18.1129.1420</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 18.1129.1420

All Versions

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

Version Vulnerabilities Updated
18.1129.x
hello-world-18.1129.1420
18.1109.x
hello-world-18.1109.1553
1.${buildNumber}
hello-world-1.${buildNumber}
1.0
hello-world-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.intellisig</groupId>
    <artifactId>hello-world</artifactId>
    <version>18.1129.1420</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.intellisig:hello-world:18.1129.1420'

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

implementation("com.intellisig:hello-world:18.1129.1420")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.intellisig" % "hello-world" % "18.1129.1420"