Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.smartcosmos |
ArtifactId | ArtifactIdstormpath-authn-service |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/stormpath-authn-service/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>stormpath-authn-service</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/stormpath-authn-service/
implementation 'net.smartcosmos:stormpath-authn-service:1.1'
// https://jarcasting.com/artifacts/net.smartcosmos/stormpath-authn-service/
implementation ("net.smartcosmos:stormpath-authn-service:1.1")
'net.smartcosmos:stormpath-authn-service:jar:1.1'
<dependency org="net.smartcosmos" name="stormpath-authn-service" rev="1.1">
<artifact name="stormpath-authn-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='stormpath-authn-service', version='1.1')
)
libraryDependencies += "net.smartcosmos" % "stormpath-authn-service" % "1.1"
[net.smartcosmos/stormpath-authn-service "1.1"]