MVN

com.malliina : util-play_2.11

Maven & Gradle

Feb 18, 2018
1 stars

util-play · util-play

<dependency>
    <groupId>com.malliina</groupId>
    <artifactId>util-play_2.11</artifactId>
    <version>4.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.malliina : util-play_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.6.1

All Versions

Choose a version of com.malliina : util-play_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.6.x
util-play_2.11-4.6.1
4.4.x
util-play_2.11-4.4.0
4.3.x
util-play_2.11-4.3.10
util-play_2.11-4.3.5
util-play_2.11-4.3.4
util-play_2.11-4.3.3
util-play_2.11-4.3.2
util-play_2.11-4.3.0
4.2.x
util-play_2.11-4.2.0
4.1.x
util-play_2.11-4.1.2
util-play_2.11-4.1.1
util-play_2.11-4.1.0
3.6.x
util-play_2.11-3.6.9
util-play_2.11-3.6.8
util-play_2.11-3.6.7
util-play_2.11-3.6.5
util-play_2.11-3.6.4
util-play_2.11-3.6.0
3.5.x
util-play_2.11-3.5.3
util-play_2.11-3.5.2
util-play_2.11-3.5.0

How to add a dependency to Maven

Add the following com.malliina : util-play_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.malliina</groupId>
    <artifactId>util-play_2.11</artifactId>
    <version>4.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.malliina : util-play_2.11 gradle dependency to your build.gradle file:

implementation 'com.malliina:util-play_2.11:4.6.1'

Gradle Kotlin DSL: Add the following com.malliina : util-play_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.malliina:util-play_2.11:4.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.malliina : util-play_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.malliina" % "util-play_2.11" % "4.6.1"

Advertisement