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