s

student-manager-features

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