MVN

io.gitlab.ekzeb1 : scala-ant_2.13

Maven & Gradle

Apr 08, 2023

scala-ant · scala-ant: Ant support from scala 2.13 on jvm > 11

<dependency>
    <groupId>io.gitlab.ekzeb1</groupId>
    <artifactId>scala-ant_2.13</artifactId>
    <version>2.13.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitlab.ekzeb1 : scala-ant_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.13.10

All Versions

Choose a version of io.gitlab.ekzeb1 : scala-ant_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.13.x
scala-ant_2.13-2.13.10

How to add a dependency to Maven

Add the following io.gitlab.ekzeb1 : scala-ant_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitlab.ekzeb1</groupId>
    <artifactId>scala-ant_2.13</artifactId>
    <version>2.13.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitlab.ekzeb1 : scala-ant_2.13 gradle dependency to your build.gradle file:

implementation 'io.gitlab.ekzeb1:scala-ant_2.13:2.13.10'

Gradle Kotlin DSL: Add the following io.gitlab.ekzeb1 : scala-ant_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitlab.ekzeb1:scala-ant_2.13:2.13.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitlab.ekzeb1 : scala-ant_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitlab.ekzeb1" % "scala-ant_2.13" % "2.13.10"