MVN

com.m3 : scalaflavor4j

Maven & Gradle

Feb 13, 2015
1 usages
11 stars

ScalaFlavor4J provides you Scala flavored useful API in Java.

<dependency>
    <groupId>com.m3</groupId>
    <artifactId>scalaflavor4j</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.m3 : scalaflavor4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.m3 : scalaflavor4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
scalaflavor4j-1.1.8
scalaflavor4j-1.1.7
scalaflavor4j-1.1.6
scalaflavor4j-1.1.5
scalaflavor4j-1.1.4
scalaflavor4j-1.1.3
scalaflavor4j-1.1.2
scalaflavor4j-1.1.1
scalaflavor4j-1.1.0
1.0.x
scalaflavor4j-1.0.4
scalaflavor4j-1.0.3
scalaflavor4j-1.0.2
scalaflavor4j-1.0.1
scalaflavor4j-1.0.0

How to add a dependency to Maven

Add the following com.m3 : scalaflavor4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.m3</groupId>
    <artifactId>scalaflavor4j</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.m3 : scalaflavor4j gradle dependency to your build.gradle file:

implementation 'com.m3:scalaflavor4j:1.1.8'

Gradle Kotlin DSL: Add the following com.m3 : scalaflavor4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.m3:scalaflavor4j:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.m3 : scalaflavor4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.m3" % "scalaflavor4j" % "1.1.8"

Advertisement

Dependencies from Group

Feb 10, 2016
5 usages
42 stars
Dec 11, 2015
3 usages
151 stars
Dec 11, 2015
3 usages
151 stars
Mar 16, 2013
3 usages
2 stars
Nov 19, 2014
3 usages
151 stars

Discover Dependencies