Files download
File Operation
saml-metadata_2.12-0.1.7.jar download
saml-metadata_2.12-0.1.7.pom download
saml-metadata_2.12-0.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tkqubo</groupId>
  <artifactId>saml-metadata_2.12</artifactId>
  <version>0.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.tkqubo:saml-metadata_2.12:0.1.7'
Gradle Kotlin
implementation("com.github.tkqubo:saml-metadata_2.12:0.1.7")
Scala SBT
libraryDependencies += "com.github.tkqubo" % "saml-metadata_2.12" % "0.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tkqubo', module='saml-metadata_2.12', version='0.1.7')
)
Apache Ivy
<dependency org="com.github.tkqubo" name="saml-metadata_2.12" rev="0.1.7" />
Leiningen
[com.github.tkqubo/saml-metadata_2.12 "0.1.7"]
Apache Buildr
'com.github.tkqubo:saml-metadata_2.12:jar:0.1.7'