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