t

tenant-mgt-feature

http://apache.org
Files download
File Operation
tenant-mgt-feature-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.stratos</groupId>
  <artifactId>tenant-mgt-feature</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.stratos:tenant-mgt-feature:4.0.0'
Gradle Kotlin
implementation("org.apache.stratos:tenant-mgt-feature:4.0.0")
Scala SBT
libraryDependencies += "org.apache.stratos" % "tenant-mgt-feature" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.stratos', module='tenant-mgt-feature', version='4.0.0')
)
Apache Ivy
<dependency org="org.apache.stratos" name="tenant-mgt-feature" rev="4.0.0" />
Leiningen
[org.apache.stratos/tenant-mgt-feature "4.0.0"]
Apache Buildr
'org.apache.stratos:tenant-mgt-feature:jar:4.0.0'