GroupId | GroupIdorg.apache.syncope.ext.saml2sp |
---|---|
ArtifactId | ArtifactIdsyncope-ext-saml2sp-agent |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-agent/ -->
<dependency>
<groupId>org.apache.syncope.ext.saml2sp</groupId>
<artifactId>syncope-ext-saml2sp-agent</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-agent/
implementation 'org.apache.syncope.ext.saml2sp:syncope-ext-saml2sp-agent:2.1.0'
// https://jarcasting.com/artifacts/org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-agent/
implementation ("org.apache.syncope.ext.saml2sp:syncope-ext-saml2sp-agent:2.1.0")
'org.apache.syncope.ext.saml2sp:syncope-ext-saml2sp-agent:jar:2.1.0'
<dependency org="org.apache.syncope.ext.saml2sp" name="syncope-ext-saml2sp-agent" rev="2.1.0">
<artifact name="syncope-ext-saml2sp-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.ext.saml2sp', module='syncope-ext-saml2sp-agent', version='2.1.0')
)
libraryDependencies += "org.apache.syncope.ext.saml2sp" % "syncope-ext-saml2sp-agent" % "2.1.0"
[org.apache.syncope.ext.saml2sp/syncope-ext-saml2sp-agent "2.1.0"]