MVN

org.lifty : scalate-fork_2.7.7

Maven & Gradle

Mar 16, 2011
1 usages
<dependency>
    <groupId>org.lifty</groupId>
    <artifactId>scalate-fork_2.7.7</artifactId>
    <version>1.2-PATCHED</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lifty : scalate-fork_2.7.7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2-PATCHED

All Versions

Choose a version of org.lifty : scalate-fork_2.7.7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
scalate-fork_2.7.7-1.2-PATCHED
1.1
scalate-fork_2.7.7-1.1-PATCHED

How to add a dependency to Maven

Add the following org.lifty : scalate-fork_2.7.7 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lifty</groupId>
    <artifactId>scalate-fork_2.7.7</artifactId>
    <version>1.2-PATCHED</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lifty : scalate-fork_2.7.7 gradle dependency to your build.gradle file:

implementation 'org.lifty:scalate-fork_2.7.7:1.2-PATCHED'

Gradle Kotlin DSL: Add the following org.lifty : scalate-fork_2.7.7 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lifty:scalate-fork_2.7.7:1.2-PATCHED")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lifty : scalate-fork_2.7.7 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lifty" % "scalate-fork_2.7.7" % "1.2-PATCHED"

Advertisement