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