scala-ant


License

License

Categories

Categories

Scala Languages Ant Build Tools
GroupId

GroupId

com.sandinh
ArtifactId

ArtifactId

scala-ant_2.13
Last Version

Last Version

2.13.1
Release Date

Release Date

Type

Type

jar
Description

Description

scala-ant
scala-ant
Project URL

Project URL

https://github.com/sandinh/scala-ant
Project Organization

Project Organization

com.sandinh
Source Code Management

Source Code Management

https://github.com/sandinh/scala-ant

Download scala-ant_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.sandinh/scala-ant_2.13/ -->
<dependency>
    <groupId>com.sandinh</groupId>
    <artifactId>scala-ant_2.13</artifactId>
    <version>2.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sandinh/scala-ant_2.13/
implementation 'com.sandinh:scala-ant_2.13:2.13.1'
// https://jarcasting.com/artifacts/com.sandinh/scala-ant_2.13/
implementation ("com.sandinh:scala-ant_2.13:2.13.1")
'com.sandinh:scala-ant_2.13:jar:2.13.1'
<dependency org="com.sandinh" name="scala-ant_2.13" rev="2.13.1">
  <artifact name="scala-ant_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sandinh', module='scala-ant_2.13', version='2.13.1')
)
libraryDependencies += "com.sandinh" % "scala-ant_2.13" % "2.13.1"
[com.sandinh/scala-ant_2.13 "2.13.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-compiler jar 2.13.1
org.scala-lang : scala-library jar 2.13.1
org.scala-lang : scala-reflect jar 2.13.1
org.apache.ant : ant jar 1.9.14

Project Modules

There are no modules declared in this project.

scala-ant

Ant support from scala, copied from original repository since it is abandoned in 2.13+

Refs

gradle scaladoc fix

configurations {
  scalaAnt
}
dependencies {
  scalaAnt 'com.sandinh:scala-ant_2.13:2.13.1'
}
scaladoc {
  scalaClasspath += scalaVersion.startsWith("2.13.")?
            configurations.scalaAnt :
            layout.files()
// or you can detect scalaVersion by:
//  scalaRuntime.getScalaVersion(scalaRuntime.findScalaJar(scalaClasspath, "library"))
}
com.sandinh

Sân Đình Studio

Versions

Version
2.13.1