GroupId | GroupIdorg.kie.modules |
---|---|
ArtifactId | ArtifactIdorg-opensaml-main |
Version | Version6.2.0.CR3 |
Type | Typejar |
Filename | Size |
---|---|
org-opensaml-main-6.2.0.CR3.pom | 1 KB |
org-opensaml-main-6.2.0.CR3-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-opensaml-main/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-opensaml-main</artifactId>
<version>6.2.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-opensaml-main/
implementation 'org.kie.modules:org-opensaml-main:6.2.0.CR3'
// https://jarcasting.com/artifacts/org.kie.modules/org-opensaml-main/
implementation ("org.kie.modules:org-opensaml-main:6.2.0.CR3")
'org.kie.modules:org-opensaml-main:jar:6.2.0.CR3'
<dependency org="org.kie.modules" name="org-opensaml-main" rev="6.2.0.CR3">
<artifact name="org-opensaml-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-opensaml-main', version='6.2.0.CR3')
)
libraryDependencies += "org.kie.modules" % "org-opensaml-main" % "6.2.0.CR3"
[org.kie.modules/org-opensaml-main "6.2.0.CR3"]