Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalatra.scalate |
ArtifactId | ArtifactIdscalate-tool_2.10 |
Version | Version1.8.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
scalate-tool_2.10-1.8.0-RC1.pom | |
scalate-tool_2.10-1.8.0-RC1.jar | 190 KB |
scalate-tool_2.10-1.8.0-RC1-sources.jar | 19 KB |
scalate-tool_2.10-1.8.0-RC1-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalatra.scalate/scalate-tool_2.10/ -->
<dependency>
<groupId>org.scalatra.scalate</groupId>
<artifactId>scalate-tool_2.10</artifactId>
<version>1.8.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatra.scalate/scalate-tool_2.10/
implementation 'org.scalatra.scalate:scalate-tool_2.10:1.8.0-RC1'
// https://jarcasting.com/artifacts/org.scalatra.scalate/scalate-tool_2.10/
implementation ("org.scalatra.scalate:scalate-tool_2.10:1.8.0-RC1")
'org.scalatra.scalate:scalate-tool_2.10:jar:1.8.0-RC1'
<dependency org="org.scalatra.scalate" name="scalate-tool_2.10" rev="1.8.0-RC1">
<artifact name="scalate-tool_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatra.scalate', module='scalate-tool_2.10', version='1.8.0-RC1')
)
libraryDependencies += "org.scalatra.scalate" % "scalate-tool_2.10" % "1.8.0-RC1"
[org.scalatra.scalate/scalate-tool_2.10 "1.8.0-RC1"]