MVN

org.combinators : cls-scala-presentation-play-git_2.11

Maven & Gradle

Feb 01, 2018
1 usages
0 stars

cls-scala-presentation-play-git · cls-scala-presentation-play-git

<dependency>
    <groupId>org.combinators</groupId>
    <artifactId>cls-scala-presentation-play-git_2.11</artifactId>
    <version>1.0.0-RC1+8-63d5cf0b</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.combinators : cls-scala-presentation-play-git_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RC1+8-63d5cf0b
  • Latest Release Candidate: 1.0.0-RC1+8-63d5cf0b

All Versions

Choose a version of org.combinators : cls-scala-presentation-play-git_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cls-scala-presentation-play-git_2.11-1.0.0-RC1+8-63d5cf0b
cls-scala-presentation-play-git_2.11-1.0.0-RC1+7-039ae932
cls-scala-presentation-play-git_2.11-1.0.0-RC1+4-9e43a41d
cls-scala-presentation-play-git_2.11-1.0.0-RC1+3-c1845815
cls-scala-presentation-play-git_2.11-1.0.0-RC1+1-00659e19
cls-scala-presentation-play-git_2.11-1.0.0-RC1

How to add a dependency to Maven

Add the following org.combinators : cls-scala-presentation-play-git_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.combinators</groupId>
    <artifactId>cls-scala-presentation-play-git_2.11</artifactId>
    <version>1.0.0-RC1+8-63d5cf0b</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.combinators : cls-scala-presentation-play-git_2.11 gradle dependency to your build.gradle file:

implementation 'org.combinators:cls-scala-presentation-play-git_2.11:1.0.0-RC1+8-63d5cf0b'

Gradle Kotlin DSL: Add the following org.combinators : cls-scala-presentation-play-git_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.combinators:cls-scala-presentation-play-git_2.11:1.0.0-RC1+8-63d5cf0b")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.combinators : cls-scala-presentation-play-git_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.combinators" % "cls-scala-presentation-play-git_2.11" % "1.0.0-RC1+8-63d5cf0b"

Advertisement