A

Axis2SampleService

Files download
File Operation
Axis2SampleService-4.10.13.pom download
Axis2SampleService-4.10.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon</groupId>
  <artifactId>Axis2SampleService</artifactId>
  <version>4.10.13</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon:Axis2SampleService:4.10.13'
Gradle Kotlin
implementation("org.wso2.carbon:Axis2SampleService:4.10.13")
Scala SBT
libraryDependencies += "org.wso2.carbon" % "Axis2SampleService" % "4.10.13"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon', module='Axis2SampleService', version='4.10.13')
)
Apache Ivy
<dependency org="org.wso2.carbon" name="Axis2SampleService" rev="4.10.13" />
Leiningen
[org.wso2.carbon/Axis2SampleService "4.10.13"]
Apache Buildr
'org.wso2.carbon:Axis2SampleService:jar:4.10.13'