文件下载
文件名 操作
stormpath-authn-service-1.1.jar 下载
stormpath-authn-service-1.1.pom 下载
stormpath-authn-service-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.smartcosmos</groupId>
  <artifactId>stormpath-authn-service</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'net.smartcosmos:stormpath-authn-service:1.1'
Gradle Kotlin
implementation("net.smartcosmos:stormpath-authn-service:1.1")
Scala SBT
libraryDependencies += "net.smartcosmos" % "stormpath-authn-service" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.smartcosmos', module='stormpath-authn-service', version='1.1')
)
Apache Ivy
<dependency org="net.smartcosmos" name="stormpath-authn-service" rev="1.1" />
Leiningen
[net.smartcosmos/stormpath-authn-service "1.1"]
Apache Buildr
'net.smartcosmos:stormpath-authn-service:jar:1.1'