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