MVN

org.fusesource.scalate : scalate-camel

Maven & Gradle

Nov 15, 2011
1 usages
598 stars

Camel component for scalate

<dependency>
    <groupId>org.fusesource.scalate</groupId>
    <artifactId>scalate-camel</artifactId>
    <version>1.5.3-scala_2.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.scalate : scalate-camel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3-scala_2.8.2

All Versions

Choose a version of org.fusesource.scalate : scalate-camel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
scalate-camel-1.5.3-scala_2.8.2
scalate-camel-1.5.3
scalate-camel-1.5.2-scala_2.8.1
scalate-camel-1.5.2
scalate-camel-1.5.1
scalate-camel-1.5.0
1.4.x
scalate-camel-1.4.1
scalate-camel-1.4.0
1.3.x
scalate-camel-1.3.2
scalate-camel-1.3.1
1.3
scalate-camel-1.3
1.2
scalate-camel-1.2
1.1
scalate-camel-1.1
1.0
scalate-camel-1.0

How to add a dependency to Maven

Add the following org.fusesource.scalate : scalate-camel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fusesource.scalate</groupId>
    <artifactId>scalate-camel</artifactId>
    <version>1.5.3-scala_2.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fusesource.scalate : scalate-camel gradle dependency to your build.gradle file:

implementation 'org.fusesource.scalate:scalate-camel:1.5.3-scala_2.8.2'

Gradle Kotlin DSL: Add the following org.fusesource.scalate : scalate-camel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fusesource.scalate:scalate-camel:1.5.3-scala_2.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fusesource.scalate : scalate-camel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fusesource.scalate" % "scalate-camel" % "1.5.3-scala_2.8.2"

Advertisement