Files download
File Operation
spring-boot-starter-axis2-1.0.0.RELEASE.jar download
spring-boot-starter-axis2-1.0.0.RELEASE.pom download
spring-boot-starter-axis2-1.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vindell</groupId>
  <artifactId>spring-boot-starter-axis2</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.vindell:spring-boot-starter-axis2:1.0.0.RELEASE'
Gradle Kotlin
implementation("com.github.vindell:spring-boot-starter-axis2:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "com.github.vindell" % "spring-boot-starter-axis2" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vindell', module='spring-boot-starter-axis2', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="com.github.vindell" name="spring-boot-starter-axis2" rev="1.0.0.RELEASE" />
Leiningen
[com.github.vindell/spring-boot-starter-axis2 "1.0.0.RELEASE"]
Apache Buildr
'com.github.vindell:spring-boot-starter-axis2:jar:1.0.0.RELEASE'