| GroupId | GroupIdio.apigee.opensaml |
|---|---|
| ArtifactId | ArtifactIdopenws |
| Version | Version1.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openws-1.5.0.pom | |
| openws-1.5.0.jar | 560 KB |
| openws-1.5.0-sources.jar | 743 KB |
| openws-1.5.0-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.apigee.opensaml/openws/ -->
<dependency>
<groupId>io.apigee.opensaml</groupId>
<artifactId>openws</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.apigee.opensaml/openws/
implementation 'io.apigee.opensaml:openws:1.5.0'
// https://jarcasting.com/artifacts/io.apigee.opensaml/openws/
implementation ("io.apigee.opensaml:openws:1.5.0")
'io.apigee.opensaml:openws:jar:1.5.0'
<dependency org="io.apigee.opensaml" name="openws" rev="1.5.0">
<artifact name="openws" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.apigee.opensaml', module='openws', version='1.5.0')
)
libraryDependencies += "io.apigee.opensaml" % "openws" % "1.5.0"
[io.apigee.opensaml/openws "1.5.0"]