не последняя версия
Последняя версия 1.5.3-scala_2.8.2

org.fusesource.scalate:scalate-web 1.4.1

A single dependency for all the modules required to use scalate and the common wiki formats in a web application so includes dependencies on servlets, scala-compiler, scalate-page etc

Категории

Категории

Scala Языки программирования
Группа

Группа

org.fusesource.scalate
Идентификатор

Идентификатор

scalate-web
Версия

Версия

1.4.1
Тип

Тип

pom

Скачать scalate-web 1.4.1

Имя Файла Размер
scalate-web-1.4.1.pom 2 KB
Обзор

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