is not current version
Last Version 1.3.2

org.fusesource.scalate:scalate-bookstore 1.0

Scalate Sample BookStore Web Application

Categories

Categories

Scala Languages
GroupId

GroupId

org.fusesource.scalate
ArtifactId

ArtifactId

scalate-bookstore
Version

Version

1.0
Type

Type

war

Download scalate-bookstore 1.0


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