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