<dependency>
<groupId>se.litsec.opensaml.sweid</groupId>
<artifactId>swedish-eid-opensaml3</artifactId>
<version>1.3.0</version>
</dependency>
@Grapes(
@Grab(group='se.litsec.opensaml.sweid', module='swedish-eid-opensaml3', version='1.3.0')
)
compile
|-- se.swedenconnect.opensaml:opensaml-security-ext:1.0.3
|-- se.litsec.opensaml:opensaml3-ext:1.4.0
|-- net.shibboleth.utilities:java-support
|-- org.opensaml:opensaml-core
|-- org.opensaml:opensaml-saml-api
|-- org.opensaml:opensaml-saml-impl
|-- org.opensaml:opensaml-security-api
|-- org.opensaml:opensaml-xmlsec-api
|-- org.opensaml:opensaml-xmlsec-impl
|-- 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.41.2
|-- com.fasterxml.jackson.core:jackson-core:2.9.9
|-- com.fasterxml.jackson.core:jackson-annotations:2.9.9
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9
test
|-- junit:junit:4.12