Files download
File Operation
stormpath-authn-service-1.3.jar download
stormpath-authn-service-1.3.pom download
stormpath-authn-service-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>stormpath-authn-service</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:stormpath-authn-service:1.3'
Gradle Kotlin
implementation("net.smartcosmos:stormpath-authn-service:1.3")
Scala SBT
libraryDependencies += "net.smartcosmos" % "stormpath-authn-service" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='stormpath-authn-service', version='1.3')
)
Apache Ivy
<dependency org="net.smartcosmos" name="stormpath-authn-service" rev="1.3" />
Leiningen
[net.smartcosmos/stormpath-authn-service "1.3"]
Apache Buildr
'net.smartcosmos:stormpath-authn-service:jar:1.3'