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