Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.fusesource.scalate |
ArtifactId | ArtifactIdscalate-bookstore |
Version | Version1.1 |
Type | Typewar |
Filename | Size |
---|---|
scalate-bookstore-1.1.pom | |
scalate-bookstore-1.1.war | 14 MB |
scalate-bookstore-1.1-sources.jar | 4 KB |
scalate-bookstore-1.1-javadoc.jar | 447 bytes |
scalate-bookstore-1.1-classes.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-bookstore/ -->
<dependency>
<groupId>org.fusesource.scalate</groupId>
<artifactId>scalate-bookstore</artifactId>
<version>1.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-bookstore/
implementation 'org.fusesource.scalate:scalate-bookstore:1.1'
// https://jarcasting.com/artifacts/org.fusesource.scalate/scalate-bookstore/
implementation ("org.fusesource.scalate:scalate-bookstore:1.1")
'org.fusesource.scalate:scalate-bookstore:war:1.1'
<dependency org="org.fusesource.scalate" name="scalate-bookstore" rev="1.1">
<artifact name="scalate-bookstore" type="war" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.scalate', module='scalate-bookstore', version='1.1')
)
libraryDependencies += "org.fusesource.scalate" % "scalate-bookstore" % "1.1"
[org.fusesource.scalate/scalate-bookstore "1.1"]