License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.atlassian.stride |
ArtifactId | ArtifactIdstride-common |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStride Common
Common types and implementations to assist with App development for Atlassian Stride
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
stride-common-3.0.3.pom | |
stride-common-3.0.3.jar | 55 KB |
stride-common-3.0.3-sources.jar | 27 KB |
stride-common-3.0.3-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>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-common/
implementation 'com.atlassian.stride:stride-common:3.0.3'
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-common/
implementation ("com.atlassian.stride:stride-common:3.0.3")
'com.atlassian.stride:stride-common:jar:3.0.3'
<dependency org="com.atlassian.stride" name="stride-common" rev="3.0.3">
<artifact name="stride-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stride', module='stride-common', version='3.0.3')
)
libraryDependencies += "com.atlassian.stride" % "stride-common" % "3.0.3"
[com.atlassian.stride/stride-common "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.9.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.2 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.2 |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.16 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |