s

switchyard-security

The base security library.
http://switchyard.org
Files download
File Operation
switchyard-security-2.0.1.redhat-621169.jar download
switchyard-security-2.0.1.redhat-621169.pom download
switchyard-security-2.0.1.redhat-621169-sources.jar download
Apache Maven
<dependency>
  <groupId>org.switchyard</groupId>
  <artifactId>switchyard-security</artifactId>
  <version>2.0.1.redhat-621169</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.switchyard:switchyard-security:2.0.1.redhat-621169'
Gradle Kotlin
implementation("org.switchyard:switchyard-security:2.0.1.redhat-621169")
Scala SBT
libraryDependencies += "org.switchyard" % "switchyard-security" % "2.0.1.redhat-621169"
Groovy Grape
@Grapes(
  @Grab(group='org.switchyard', module='switchyard-security', version='2.0.1.redhat-621169')
)
Apache Ivy
<dependency org="org.switchyard" name="switchyard-security" rev="2.0.1.redhat-621169" />
Leiningen
[org.switchyard/switchyard-security "2.0.1.redhat-621169"]
Apache Buildr
'org.switchyard:switchyard-security:jar:2.0.1.redhat-621169'