не последняя версия
Последняя версия 1.5.7.RELEASE

org.springframework.boot:spring-boot-deployment-test-tomee 1.5.2.RELEASE

Spring Boot TomEE Deployment Test

Категории

Категории

TomEE Контейнер Application Servers Spring Boot Микросервисы
Группа

Группа

org.springframework.boot
Идентификатор

Идентификатор

spring-boot-deployment-test-tomee
Версия

Версия

1.5.2.RELEASE
Тип

Тип

war

Скачать spring-boot-deployment-test-tomee 1.5.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-deployment-test-tomee/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-deployment-test-tomee</artifactId>
    <version>1.5.2.RELEASE</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-deployment-test-tomee/
implementation 'org.springframework.boot:spring-boot-deployment-test-tomee:1.5.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-deployment-test-tomee/
implementation ("org.springframework.boot:spring-boot-deployment-test-tomee:1.5.2.RELEASE")
'org.springframework.boot:spring-boot-deployment-test-tomee:war:1.5.2.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-deployment-test-tomee" rev="1.5.2.RELEASE">
  <artifact name="spring-boot-deployment-test-tomee" type="war" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-deployment-test-tomee', version='1.5.2.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-deployment-test-tomee" % "1.5.2.RELEASE"
[org.springframework.boot/spring-boot-deployment-test-tomee "1.5.2.RELEASE"]