MVN

net.scalax.djx314 : depts-abs_2.12

Maven & Gradle

Aug 21, 2023
1 stars

depts-abs · Scala depts for djx314's repo.

<dependency>
    <groupId>net.scalax.djx314</groupId>
    <artifactId>depts-abs_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 : depts-abs_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 : depts-abs_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
depts-abs_2.12-0.0.1-M730
depts-abs_2.12-0.0.1-M728
depts-abs_2.12-0.0.1-M726
depts-abs_2.12-0.0.1-M724
depts-abs_2.12-0.0.1-M719
depts-abs_2.12-0.0.1-M704
depts-abs_2.12-0.0.1-M643
depts-abs_2.12-0.0.1-M617
depts-abs_2.12-0.0.1-M614

How to add a dependency to Maven

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

<dependency>
    <groupId>net.scalax.djx314</groupId>
    <artifactId>depts-abs_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 : depts-abs_2.12 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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