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