Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-camel-collect-plugin |
Version | Version2.24 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-camel-collect-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-camel-collect-plugin</artifactId>
<version>2.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-camel-collect-plugin/
implementation 'org.kantega.respiro:respiro-camel-collect-plugin:2.24'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-camel-collect-plugin/
implementation ("org.kantega.respiro:respiro-camel-collect-plugin:2.24")
'org.kantega.respiro:respiro-camel-collect-plugin:jar:2.24'
<dependency org="org.kantega.respiro" name="respiro-camel-collect-plugin" rev="2.24">
<artifact name="respiro-camel-collect-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-camel-collect-plugin', version='2.24')
)
libraryDependencies += "org.kantega.respiro" % "respiro-camel-collect-plugin" % "2.24"
[org.kantega.respiro/respiro-camel-collect-plugin "2.24"]