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