MVN

com.github.cage433 : maker_2.10

Maven & Gradle

Apr 12, 2017
59 stars

Maker · A scala build tool

<dependency>
    <groupId>com.github.cage433</groupId>
    <artifactId>maker_2.10</artifactId>
    <version>0.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cage433 : maker_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.45

All Versions

Choose a version of com.github.cage433 : maker_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.45
maker_2.10-0.45
0.44
maker_2.10-0.44
0.40
maker_2.10-0.40
0.39
maker_2.10-0.39
0.38
maker_2.10-0.38
0.36
maker_2.10-0.36
0.34
maker_2.10-0.34
0.33
maker_2.10-0.33
0.31
maker_2.10-0.31
0.30
maker_2.10-0.30
0.28
maker_2.10-0.28
0.27
maker_2.10-0.27
0.24
maker_2.10-0.24
0.23
maker_2.10-0.23
0.21
maker_2.10-0.21
0.18
maker_2.10-0.18
0.17
maker_2.10-0.17
0.15
maker_2.10-0.15
0.14
maker_2.10-0.14
0.13
maker_2.10-0.13
0.11
maker_2.10-0.11
0.10
maker_2.10-0.10
0.09
maker_2.10-0.09
0.08
maker_2.10-0.08
0.07
maker_2.10-0.07

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cage433</groupId>
    <artifactId>maker_2.10</artifactId>
    <version>0.45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cage433 : maker_2.10 gradle dependency to your build.gradle file:

implementation 'com.github.cage433:maker_2.10:0.45'

Gradle Kotlin DSL: Add the following com.github.cage433 : maker_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cage433:maker_2.10:0.45")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cage433 : maker_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cage433" % "maker_2.10" % "0.45"

Advertisement