<dependency>
<groupId>se.litsec.opensaml.sweid</groupId>
<artifactId>swedish-eid-opensaml3</artifactId>
<version>1.2.0</version>
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml.sweid', module='swedish-eid-opensaml3', version='1.2.0')
)
compile
|-- se.litsec.opensaml:opensaml3-ext:1.2.0
|-- org.opensaml:opensaml-core:3.4.0
|-- org.opensaml:opensaml-saml-api:3.4.0
|-- org.opensaml:opensaml-saml-impl:3.4.0
|-- org.opensaml:opensaml-security-api:3.4.0
|-- org.opensaml:opensaml-xmlsec-api:3.4.0
|-- org.opensaml:opensaml-xmlsec-impl:3.4.0
|-- net.shibboleth.utilities:java-support:7.4.0
|-- org.springframework:spring-core:4.3.19.RELEASE
|-- org.springframework:spring-beans:4.3.19.RELEASE
|-- org.springframework:spring-context:4.3.19.RELEASE
|-- com.nimbusds:nimbus-jose-jwt:4.23
|-- com.fasterxml.jackson.core:jackson-core:2.9.7
|-- com.fasterxml.jackson.core:jackson-annotations:2.9.7
|-- com.fasterxml.jackson.core:jackson-databind:2.9.7
|-- org.slf4j:slf4j-api:1.7.25
test
|-- junit:junit:4.12