Camel Script

Provides syntactic sugar for Apache Camel to make it easy to configure in Groovy script.

License

License

GroupId

GroupId

com.github.yihtserns
ArtifactId

ArtifactId

camelscript
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Camel Script
Provides syntactic sugar for Apache Camel to make it easy to configure in Groovy script.
Project URL

Project URL

http://github.com/yihtserns/camelscript

Download camelscript

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.yihtserns/camelscript/ -->
<dependency>
    <groupId>com.github.yihtserns</groupId>
    <artifactId>camelscript</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yihtserns/camelscript/
implementation 'com.github.yihtserns:camelscript:0.0.2'
// https://jarcasting.com/artifacts/com.github.yihtserns/camelscript/
implementation ("com.github.yihtserns:camelscript:0.0.2")
'com.github.yihtserns:camelscript:jar:0.0.2'
<dependency org="com.github.yihtserns" name="camelscript" rev="0.0.2">
  <artifact name="camelscript" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yihtserns', module='camelscript', version='0.0.2')
)
libraryDependencies += "com.github.yihtserns" % "camelscript" % "0.0.2"
[com.github.yihtserns/camelscript "0.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.camel : camel-core jar 2.4.0
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1

provided (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 2.2.2

runtime (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 0.9.29
org.slf4j : log4j-over-slf4j jar 1.6.1

test (6)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.2.1
org.hamcrest : hamcrest-library jar 1.2.1
com.google.guava : guava jar 11.0
junit : junit-dep jar 4.10
org.mockito : mockito-core jar 1.8.5
org.codehaus.groovy : groovy-test jar 2.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1