o

org.wso2.carbon.extension.identity.authenticator.github.feature

This feature contains extension feature for Github
http://wso2.org
Files download
File Operation
org.wso2.carbon.extension.identity.authenticator.github.feature-1.1.15.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.carbon.extension.identity.authenticator</groupId>
  <artifactId>org.wso2.carbon.extension.identity.authenticator.github.feature</artifactId>
  <version>1.1.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.carbon.extension.identity.authenticator:org.wso2.carbon.extension.identity.authenticator.github.feature:1.1.15'
Gradle Kotlin
implementation("org.wso2.carbon.extension.identity.authenticator:org.wso2.carbon.extension.identity.authenticator.github.feature:1.1.15")
Scala SBT
libraryDependencies += "org.wso2.carbon.extension.identity.authenticator" % "org.wso2.carbon.extension.identity.authenticator.github.feature" % "1.1.15"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.carbon.extension.identity.authenticator', module='org.wso2.carbon.extension.identity.authenticator.github.feature', version='1.1.15')
)
Apache Ivy
<dependency org="org.wso2.carbon.extension.identity.authenticator" name="org.wso2.carbon.extension.identity.authenticator.github.feature" rev="1.1.15" />
Leiningen
[org.wso2.carbon.extension.identity.authenticator/org.wso2.carbon.extension.identity.authenticator.github.feature "1.1.15"]
Apache Buildr
'org.wso2.carbon.extension.identity.authenticator:org.wso2.carbon.extension.identity.authenticator.github.feature:jar:1.1.15'