License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.atlassian.stride |
ArtifactId | ArtifactIdstride-boot |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibraries to build Stride Apps in Java
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
stride-boot-3.0.3.pom | |
stride-boot-3.0.3.jar | 29 KB |
stride-boot-3.0.3-sources.jar | 16 KB |
stride-boot-3.0.3-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.stride/stride-boot/ -->
<dependency>
<groupId>com.atlassian.stride</groupId>
<artifactId>stride-boot</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-boot/
implementation 'com.atlassian.stride:stride-boot:3.0.3'
// https://jarcasting.com/artifacts/com.atlassian.stride/stride-boot/
implementation ("com.atlassian.stride:stride-boot:3.0.3")
'com.atlassian.stride:stride-boot:jar:3.0.3'
<dependency org="com.atlassian.stride" name="stride-boot" rev="3.0.3">
<artifact name="stride-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stride', module='stride-boot', version='3.0.3')
)
libraryDependencies += "com.atlassian.stride" % "stride-boot" % "3.0.3"
[com.atlassian.stride/stride-boot "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.atlassian.stride : stride-client-api | jar | 3.0.3 |
com.atlassian.stride : stride-auth | jar | 3.0.3 |
com.atlassian.stride : stride-common | jar | 3.0.3 |
com.atlassian.stride : adf-builder | jar | 3.0.3 |
com.h2database : h2 | jar | 1.4.196 |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.8.RELEASE |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
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 |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.8.RELEASE |