is not current version
Last Version 2.3.5

com.atlassian.connect:atlassian-connect-spring-boot-archetype 0.9.0-alpha

Provides a Maven archetype for Atlassian Connect add-ons using Spring Boot

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.atlassian.connect
ArtifactId

ArtifactId

atlassian-connect-spring-boot-archetype
Version

Version

0.9.0-alpha
Type

Type

jar

Download atlassian-connect-spring-boot-archetype 0.9.0-alpha


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