Categories |
CategoriesSecurity Undertow Net Networking |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-undertow-spring-security |
Version | Version3.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-undertow-spring-security/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-undertow-spring-security</artifactId>
<version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-undertow-spring-security/
implementation 'org.apache.camel:camel-undertow-spring-security:3.8.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-undertow-spring-security/
implementation ("org.apache.camel:camel-undertow-spring-security:3.8.0")
'org.apache.camel:camel-undertow-spring-security:jar:3.8.0'
<dependency org="org.apache.camel" name="camel-undertow-spring-security" rev="3.8.0">
<artifact name="camel-undertow-spring-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-undertow-spring-security', version='3.8.0')
)
libraryDependencies += "org.apache.camel" % "camel-undertow-spring-security" % "3.8.0"
[org.apache.camel/camel-undertow-spring-security "3.8.0"]