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