MVN

com.github.arturopala : make-it-g8_2.12

Maven & Gradle

Feb 02, 2023
25 stars

make-it-g8 · make-it-g8

<dependency>
    <groupId>com.github.arturopala</groupId>
    <artifactId>make-it-g8_2.12</artifactId>
    <version>1.24.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.arturopala : make-it-g8_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24.0

All Versions

Choose a version of com.github.arturopala : make-it-g8_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24.x
make-it-g8_2.12-1.24.0
1.23.x
make-it-g8_2.12-1.23.0
1.22.x
make-it-g8_2.12-1.22.0
1.21.x
make-it-g8_2.12-1.21.0
1.20.x
make-it-g8_2.12-1.20.0
1.19.x
make-it-g8_2.12-1.19.0
1.18.x
make-it-g8_2.12-1.18.0
1.17.x
make-it-g8_2.12-1.17.0
1.16.x
make-it-g8_2.12-1.16.0
1.15.x
make-it-g8_2.12-1.15.0
1.14.x
make-it-g8_2.12-1.14.0
1.13.x
make-it-g8_2.12-1.13.0
1.12.x
make-it-g8_2.12-1.12.0
1.11.x
make-it-g8_2.12-1.11.0
1.10.x
make-it-g8_2.12-1.10.0
1.9.x
make-it-g8_2.12-1.9.0

How to add a dependency to Maven

Add the following com.github.arturopala : make-it-g8_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.arturopala</groupId>
    <artifactId>make-it-g8_2.12</artifactId>
    <version>1.24.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.arturopala : make-it-g8_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.arturopala:make-it-g8_2.12:1.24.0'

Gradle Kotlin DSL: Add the following com.github.arturopala : make-it-g8_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.arturopala:make-it-g8_2.12:1.24.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.arturopala : make-it-g8_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.arturopala" % "make-it-g8_2.12" % "1.24.0"