Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdcamel-atlasmap-starter |
Version | Version3.11.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-atlasmap-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atlasmap-starter</artifactId>
<version>3.11.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-atlasmap-starter/
implementation 'org.apache.camel.springboot:camel-atlasmap-starter:3.11.6'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-atlasmap-starter/
implementation ("org.apache.camel.springboot:camel-atlasmap-starter:3.11.6")
'org.apache.camel.springboot:camel-atlasmap-starter:jar:3.11.6'
<dependency org="org.apache.camel.springboot" name="camel-atlasmap-starter" rev="3.11.6">
<artifact name="camel-atlasmap-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-atlasmap-starter', version='3.11.6')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-atlasmap-starter" % "3.11.6"
[org.apache.camel.springboot/camel-atlasmap-starter "3.11.6"]