MVN

net.scalax.djx314 : sbt-depts-djx314-plugins_2.12

Maven & Gradle

Aug 21, 2023
1 stars

sbt-depts-djx314-plugins · Scala depts for djx314's repo.

<dependency>
    <groupId>net.scalax.djx314</groupId>
    <artifactId>sbt-depts-djx314-plugins_2.12</artifactId>
    <version>0.0.1-M730</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.scalax.djx314 : sbt-depts-djx314-plugins_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-M730

All Versions

Choose a version of net.scalax.djx314 : sbt-depts-djx314-plugins_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
sbt-depts-djx314-plugins_2.12-0.0.1-M730
sbt-depts-djx314-plugins_2.12-0.0.1-M728
sbt-depts-djx314-plugins_2.12-0.0.1-M726
sbt-depts-djx314-plugins_2.12-0.0.1-M724
sbt-depts-djx314-plugins_2.12-0.0.1-M719
sbt-depts-djx314-plugins_2.12-0.0.1-M704
sbt-depts-djx314-plugins_2.12-0.0.1-M643
sbt-depts-djx314-plugins_2.12-0.0.1-M617
sbt-depts-djx314-plugins_2.12-0.0.1-M614
sbt-depts-djx314-plugins_2.12-0.0.1-M465
sbt-depts-djx314-plugins_2.12-0.0.1-M402
sbt-depts-djx314-plugins_2.12-0.0.1-M365
sbt-depts-djx314-plugins_2.12-0.0.1-M350
sbt-depts-djx314-plugins_2.12-0.0.1-M346
sbt-depts-djx314-plugins_2.12-0.0.1-M339
sbt-depts-djx314-plugins_2.12-0.0.1-M338
sbt-depts-djx314-plugins_2.12-0.0.1-M337
sbt-depts-djx314-plugins_2.12-0.0.1-M334
sbt-depts-djx314-plugins_2.12-0.0.1-M332
sbt-depts-djx314-plugins_2.12-0.0.1-M323
sbt-depts-djx314-plugins_2.12-0.0.1-M253
sbt-depts-djx314-plugins_2.12-0.0.1-M245

How to add a dependency to Maven

Add the following net.scalax.djx314 : sbt-depts-djx314-plugins_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.scalax.djx314</groupId>
    <artifactId>sbt-depts-djx314-plugins_2.12</artifactId>
    <version>0.0.1-M730</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.scalax.djx314 : sbt-depts-djx314-plugins_2.12 gradle dependency to your build.gradle file:

implementation 'net.scalax.djx314:sbt-depts-djx314-plugins_2.12:0.0.1-M730'

Gradle Kotlin DSL: Add the following net.scalax.djx314 : sbt-depts-djx314-plugins_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.scalax.djx314:sbt-depts-djx314-plugins_2.12:0.0.1-M730")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.scalax.djx314 : sbt-depts-djx314-plugins_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.scalax.djx314" % "sbt-depts-djx314-plugins_2.12" % "0.0.1-M730"

Advertisement