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