s

switchyard-security

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