<dependency>
<groupId>se.litsec.opensaml.sweid</groupId>
<artifactId>swedish-eid-opensaml3</artifactId>
<version>0.9.2</version>
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml.sweid', module='swedish-eid-opensaml3', version='0.9.2')
)
compile
|-- se.litsec.opensaml:opensaml3-ext:0.9.2
|-- org.opensaml:opensaml-core:3.3.0
|-- org.opensaml:opensaml-saml-api:3.3.0
|-- org.opensaml:opensaml-saml-impl:3.3.0
|-- org.opensaml:opensaml-security-api:3.3.0
|-- org.opensaml:opensaml-xmlsec-api:3.3.0
|-- org.opensaml:opensaml-xmlsec-impl:3.3.0
|-- net.shibboleth.utilities:java-support:7.3.0
|-- org.springframework:spring-core:4.3.2.RELEASE
|-- org.springframework:spring-beans:4.3.2.RELEASE
|-- org.springframework:spring-context:4.3.2.RELEASE
|-- org.slf4j:slf4j-api:1.7.12
test
|-- junit:junit:4.12