is not current version
Last Version 1.5.7.RELEASE

org.springframework.boot:spring-boot-deployment-test-wildfly 1.5.3.RELEASE

Spring Boot WildFly Deployment Test

Categories

Categories

WildFly Container Application Servers Spring Boot Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-deployment-test-wildfly
Version

Version

1.5.3.RELEASE
Type

Type

war

Download spring-boot-deployment-test-wildfly 1.5.3.RELEASE


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