Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.atlassian.stride |
ArtifactId | ArtifactIdstride-auth |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
stride-auth-2.0.6.pom | |
stride-auth-2.0.6.jar | 26 KB |
stride-auth-2.0.6-sources.jar | 10 KB |
stride-auth-2.0.6-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.stride/stride-auth/ -->
<dependency>
<groupId>com.atlassian.stride</groupId>
<artifactId>stride-auth</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-auth/
implementation 'com.atlassian.stride:stride-auth:2.0.6'
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-auth/
implementation ("com.atlassian.stride:stride-auth:2.0.6")
'com.atlassian.stride:stride-auth:jar:2.0.6'
<dependency org="com.atlassian.stride" name="stride-auth" rev="2.0.6">
<artifact name="stride-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stride', module='stride-auth', version='2.0.6')
)
libraryDependencies += "com.atlassian.stride" % "stride-auth" % "2.0.6"
[com.atlassian.stride/stride-auth "2.0.6"]