| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.atlassian.connect |
| Идентификатор | Идентификаторatlassian-connect-spring-boot |
| Последняя версия | Последняя версия2.3.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAtlassian Connect Spring Boot
Provides support for Atlassian Connect add-ons using Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| atlassian-connect-spring-boot-2.3.5.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.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"]