is not current version
Last Version 3.0.3

com.atlassian.stride:stride-common 2.0.9

Common types and implementations to assist with App development for Atlassian Stride

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.atlassian.stride
ArtifactId

ArtifactId

stride-common
Version

Version

2.0.9
Type

Type

jar

Download stride-common 2.0.9


<!-- https://jarcasting.com/artifacts/com.atlassian.stride/stride-common/ -->
<dependency>
    <groupId>com.atlassian.stride</groupId>
    <artifactId>stride-common</artifactId>
    <version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-common/
implementation 'com.atlassian.stride:stride-common:2.0.9'
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-common/
implementation ("com.atlassian.stride:stride-common:2.0.9")
'com.atlassian.stride:stride-common:jar:2.0.9'
<dependency org="com.atlassian.stride" name="stride-common" rev="2.0.9">
  <artifact name="stride-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stride', module='stride-common', version='2.0.9')
)
libraryDependencies += "com.atlassian.stride" % "stride-common" % "2.0.9"
[com.atlassian.stride/stride-common "2.0.9"]