GroupId | GroupIdorg.apache.batchee |
---|---|
ArtifactId | ArtifactIdbatchee-camel |
Version | Version0.4-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-camel/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-camel</artifactId>
<version>0.4-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-camel/
implementation 'org.apache.batchee:batchee-camel:0.4-incubating'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-camel/
implementation ("org.apache.batchee:batchee-camel:0.4-incubating")
'org.apache.batchee:batchee-camel:jar:0.4-incubating'
<dependency org="org.apache.batchee" name="batchee-camel" rev="0.4-incubating">
<artifact name="batchee-camel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-camel', version='0.4-incubating')
)
libraryDependencies += "org.apache.batchee" % "batchee-camel" % "0.4-incubating"
[org.apache.batchee/batchee-camel "0.4-incubating"]