w

wso2carbon-student-mgt-repository

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