| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.atlassian.connect |
| Идентификатор | Идентификаторatlassian-connect-spring-boot |
| Версия | Версия2.1.7 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| atlassian-connect-spring-boot-2.1.7.pom | |
| Обзор |
<!-- 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.1.7</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.1.7'
// https://jarcasting.com/artifacts/com.atlassian.connect/atlassian-connect-spring-boot/
implementation ("com.atlassian.connect:atlassian-connect-spring-boot:2.1.7")
'com.atlassian.connect:atlassian-connect-spring-boot:pom:2.1.7'
<dependency org="com.atlassian.connect" name="atlassian-connect-spring-boot" rev="2.1.7">
<artifact name="atlassian-connect-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.connect', module='atlassian-connect-spring-boot', version='2.1.7')
)
libraryDependencies += "com.atlassian.connect" % "atlassian-connect-spring-boot" % "2.1.7"
[com.atlassian.connect/atlassian-connect-spring-boot "2.1.7"]