Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.atlassian.stride |
ArtifactId | ArtifactIdstride-auth |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
stride-auth-2.0.4.pom | |
stride-auth-2.0.4.jar | 25 KB |
stride-auth-2.0.4-sources.jar | 9 KB |
stride-auth-2.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-auth/
implementation 'com.atlassian.stride:stride-auth:2.0.4'
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-auth/
implementation ("com.atlassian.stride:stride-auth:2.0.4")
'com.atlassian.stride:stride-auth:jar:2.0.4'
<dependency org="com.atlassian.stride" name="stride-auth" rev="2.0.4">
<artifact name="stride-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stride', module='stride-auth', version='2.0.4')
)
libraryDependencies += "com.atlassian.stride" % "stride-auth" % "2.0.4"
[com.atlassian.stride/stride-auth "2.0.4"]