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