Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-camel-plugin |
Version | Version2.12 |
Type | Typejar |
Filename | Size |
---|---|
respiro-camel-plugin-2.12.pom | |
respiro-camel-plugin-2.12.jar | 12 KB |
respiro-camel-plugin-2.12-sources.jar | 7 KB |
respiro-camel-plugin-2.12-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-camel-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-camel-plugin</artifactId>
<version>2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-camel-plugin/
implementation 'org.kantega.respiro:respiro-camel-plugin:2.12'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-camel-plugin/
implementation ("org.kantega.respiro:respiro-camel-plugin:2.12")
'org.kantega.respiro:respiro-camel-plugin:jar:2.12'
<dependency org="org.kantega.respiro" name="respiro-camel-plugin" rev="2.12">
<artifact name="respiro-camel-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-camel-plugin', version='2.12')
)
libraryDependencies += "org.kantega.respiro" % "respiro-camel-plugin" % "2.12"
[org.kantega.respiro/respiro-camel-plugin "2.12"]