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