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