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