is not current version
Last Version 1.5.3

org.fusesource.scalate:sbt-scalate-plugin 1.5.0

An SBT Maven Plugin

Categories

Categories

Scala Languages
GroupId

GroupId

org.fusesource.scalate
ArtifactId

ArtifactId

sbt-scalate-plugin
Version

Version

1.5.0
Type

Type

jar

Download sbt-scalate-plugin 1.5.0


<!-- https://jarcasting.com/artifacts/org.fusesource.scalate/sbt-scalate-plugin/ -->
<dependency>
    <groupId>org.fusesource.scalate</groupId>
    <artifactId>sbt-scalate-plugin</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate/sbt-scalate-plugin/
implementation 'org.fusesource.scalate:sbt-scalate-plugin:1.5.0'
// https://jarcasting.com/artifacts/org.fusesource.scalate/sbt-scalate-plugin/
implementation ("org.fusesource.scalate:sbt-scalate-plugin:1.5.0")
'org.fusesource.scalate:sbt-scalate-plugin:jar:1.5.0'
<dependency org="org.fusesource.scalate" name="sbt-scalate-plugin" rev="1.5.0">
  <artifact name="sbt-scalate-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate', module='sbt-scalate-plugin', version='1.5.0')
)
libraryDependencies += "org.fusesource.scalate" % "sbt-scalate-plugin" % "1.5.0"
[org.fusesource.scalate/sbt-scalate-plugin "1.5.0"]