GroupId | GroupIdorg.apache.camel.springboot |
---|---|
ArtifactId | ArtifactIdcamel-crypto-starter |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
camel-crypto-starter-3.5.0.pom | |
camel-crypto-starter-3.5.0.jar | 27 KB |
camel-crypto-starter-3.5.0-sources.jar | 21 KB |
camel-crypto-starter-3.5.0-javadoc.jar | 61 KB |
Browse |
<!-- 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-crypto-starter/
implementation 'org.apache.camel.springboot:camel-crypto-starter:3.5.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-crypto-starter/
implementation ("org.apache.camel.springboot:camel-crypto-starter:3.5.0")
'org.apache.camel.springboot:camel-crypto-starter:jar:3.5.0'
<dependency org="org.apache.camel.springboot" name="camel-crypto-starter" rev="3.5.0">
<artifact name="camel-crypto-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-crypto-starter', version='3.5.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-crypto-starter" % "3.5.0"
[org.apache.camel.springboot/camel-crypto-starter "3.5.0"]