MVN

com.igormaznitsa : mvn-golang-hello-multi

Maven & Gradle

Jul 04, 2021
159 stars

Maven GoLang Multimodule archetype · Archetype generates a sample multimodule mvn-golang project

<dependency>
    <groupId>com.igormaznitsa</groupId>
    <artifactId>mvn-golang-hello-multi</artifactId>
    <version>2.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.igormaznitsa : mvn-golang-hello-multi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.9

All Versions

Choose a version of com.igormaznitsa : mvn-golang-hello-multi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
mvn-golang-hello-multi-2.3.9
mvn-golang-hello-multi-2.3.8
mvn-golang-hello-multi-2.3.7
mvn-golang-hello-multi-2.3.6
mvn-golang-hello-multi-2.3.5
mvn-golang-hello-multi-2.3.4
mvn-golang-hello-multi-2.3.3
mvn-golang-hello-multi-2.3.2
mvn-golang-hello-multi-2.3.1
mvn-golang-hello-multi-2.3.0
2.2.x
mvn-golang-hello-multi-2.2.0
2.1.x
mvn-golang-hello-multi-2.1.8
mvn-golang-hello-multi-2.1.7
mvn-golang-hello-multi-2.1.6
mvn-golang-hello-multi-2.1.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.igormaznitsa</groupId>
    <artifactId>mvn-golang-hello-multi</artifactId>
    <version>2.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.igormaznitsa : mvn-golang-hello-multi gradle dependency to your build.gradle file:

implementation 'com.igormaznitsa:mvn-golang-hello-multi:2.3.9'

Gradle Kotlin DSL: Add the following com.igormaznitsa : mvn-golang-hello-multi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.igormaznitsa:mvn-golang-hello-multi:2.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.igormaznitsa : mvn-golang-hello-multi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.igormaznitsa" % "mvn-golang-hello-multi" % "2.3.9"

Advertisement