MVN

com.jsuereth : scala-mojo-support

Maven & Gradle

Feb 22, 2012
20 stars

Scala Mojo Support · The scala-mojo-support project contains helper code for creating Mojos in scala.

<dependency>
    <groupId>com.jsuereth</groupId>
    <artifactId>scala-mojo-support</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jsuereth : scala-mojo-support to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of com.jsuereth : scala-mojo-support to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
scala-mojo-support-0.4

How to add a dependency to Maven

Add the following com.jsuereth : scala-mojo-support maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jsuereth</groupId>
    <artifactId>scala-mojo-support</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jsuereth : scala-mojo-support gradle dependency to your build.gradle file:

implementation 'com.jsuereth:scala-mojo-support:0.4'

Gradle Kotlin DSL: Add the following com.jsuereth : scala-mojo-support gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jsuereth:scala-mojo-support:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jsuereth : scala-mojo-support sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jsuereth" % "scala-mojo-support" % "0.4"

Advertisement

Dependencies from Group

Nov 16, 2016
109 usages
551 stars
Nov 16, 2016
105 usages
551 stars
Nov 16, 2016
27 usages
551 stars
Jan 21, 2013
3 usages
551 stars
Oct 12, 2012
1 usages
551 stars

Discover Dependencies

Jun 18, 2014
3 usages
55 stars
Jan 17, 2012
1 usages
Jun 26, 2014
3 stars
May 23, 2014
3 stars
Mar 18, 2015
6 usages
Jun 06, 2013
1 usages
Jan 24, 2014
4.7k stars
Nov 02, 2012