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