Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.switchyard |
ArtifactId | ArtifactIdswitchyard-security |
Version | Version1.1.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.switchyard/switchyard-security/ -->
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-security</artifactId>
<version>1.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.switchyard/switchyard-security/
implementation 'org.switchyard:switchyard-security:1.1.0.Final'
// https://jarcasting.com/artifacts/org.switchyard/switchyard-security/
implementation ("org.switchyard:switchyard-security:1.1.0.Final")
'org.switchyard:switchyard-security:jar:1.1.0.Final'
<dependency org="org.switchyard" name="switchyard-security" rev="1.1.0.Final">
<artifact name="switchyard-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.switchyard', module='switchyard-security', version='1.1.0.Final')
)
libraryDependencies += "org.switchyard" % "switchyard-security" % "1.1.0.Final"
[org.switchyard/switchyard-security "1.1.0.Final"]