MVN

com.lightbend : scala-fortify_2.13.7

Maven & Gradle

Aug 17, 2023

scala-fortify · scala-fortify

<dependency>
    <groupId>com.lightbend</groupId>
    <artifactId>scala-fortify_2.13.7</artifactId>
    <version>1.1.0-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lightbend : scala-fortify_2.13.7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-M4
  • Latest Release Candidate: 1.0.22-RC1

All Versions

Choose a version of com.lightbend : scala-fortify_2.13.7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
scala-fortify_2.13.7-1.1.0-M4
scala-fortify_2.13.7-1.1.0-M3
scala-fortify_2.13.7-1.1.0-M2
scala-fortify_2.13.7-1.1.0-M1
1.0.x
scala-fortify_2.13.7-1.0.24
scala-fortify_2.13.7-1.0.23
scala-fortify_2.13.7-1.0.23-M4
scala-fortify_2.13.7-1.0.23-M3
scala-fortify_2.13.7-1.0.22
scala-fortify_2.13.7-1.0.22-RC1
scala-fortify_2.13.7-1.0.21

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lightbend</groupId>
    <artifactId>scala-fortify_2.13.7</artifactId>
    <version>1.1.0-M4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lightbend : scala-fortify_2.13.7 gradle dependency to your build.gradle file:

implementation 'com.lightbend:scala-fortify_2.13.7:1.1.0-M4'

Gradle Kotlin DSL: Add the following com.lightbend : scala-fortify_2.13.7 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lightbend:scala-fortify_2.13.7:1.1.0-M4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lightbend : scala-fortify_2.13.7 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lightbend" % "scala-fortify_2.13.7" % "1.1.0-M4"