License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.atlassian.connect |
ArtifactId | ArtifactIdatlassian-connect-spring-boot |
Last Version | Last Version2.3.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAtlassian Connect Spring Boot
Provides support for Atlassian Connect add-ons using Spring Boot
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
atlassian-connect-spring-boot-2.3.5.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.connect/atlassian-connect-spring-boot/ -->
<dependency>
<groupId>com.atlassian.connect</groupId>
<artifactId>atlassian-connect-spring-boot</artifactId>
<version>2.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.connect/atlassian-connect-spring-boot/
implementation 'com.atlassian.connect:atlassian-connect-spring-boot:2.3.5'
// https://jarcasting.com/artifacts/com.atlassian.connect/atlassian-connect-spring-boot/
implementation ("com.atlassian.connect:atlassian-connect-spring-boot:2.3.5")
'com.atlassian.connect:atlassian-connect-spring-boot:pom:2.3.5'
<dependency org="com.atlassian.connect" name="atlassian-connect-spring-boot" rev="2.3.5">
<artifact name="atlassian-connect-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.connect', module='atlassian-connect-spring-boot', version='2.3.5')
)
libraryDependencies += "com.atlassian.connect" % "atlassian-connect-spring-boot" % "2.3.5"
[com.atlassian.connect/atlassian-connect-spring-boot "2.3.5"]