License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
GroupId | GroupIdcom.github.vindell |
ArtifactId | ArtifactIdspring-boot-starter-axis2-client |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.vindell:spring-boot-starter-axis2-client
Spring Boot Starter For Axis2 Client
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-axis2-client/ -->
<dependency>
<groupId>com.github.vindell</groupId>
<artifactId>spring-boot-starter-axis2-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-axis2-client/
implementation 'com.github.vindell:spring-boot-starter-axis2-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-axis2-client/
implementation ("com.github.vindell:spring-boot-starter-axis2-client:1.0.0.RELEASE")
'com.github.vindell:spring-boot-starter-axis2-client:jar:1.0.0.RELEASE'
<dependency org="com.github.vindell" name="spring-boot-starter-axis2-client" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-axis2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vindell', module='spring-boot-starter-axis2-client', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.vindell" % "spring-boot-starter-axis2-client" % "1.0.0.RELEASE"
[com.github.vindell/spring-boot-starter-axis2-client "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.springframework.boot : spring-boot-starter | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.1.RELEASE |
javax.activation : activation | jar | 1.1.1 |
org.apache.axis2 : axis2-kernel | jar | 1.7.9 |
org.apache.axis2 : axis2-adb | jar | 1.7.9 |
org.apache.axis2 : axis2-transport-local | jar | 1.7.9 |
org.apache.axis2 : axis2-transport-http | jar | 1.7.9 |
org.apache.axis2 : addressing | mar | 1.7.9 |
org.codehaus.woodstox : stax2-api | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |