Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.fusesource.scalate |
ArtifactId | ArtifactIdscalate-bookstore |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
scalate-bookstore-1.0.pom | |
scalate-bookstore-1.0.war | 14 MB |
scalate-bookstore-1.0-sources.jar | 4 KB |
scalate-bookstore-1.0-javadoc.jar | 447 bytes |
scalate-bookstore-1.0-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.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"]