| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdorg.wso2.am |
| ArtifactId | ArtifactIdwso2is-identity-outbound-authenticators |
| Version | Version3.1.0-beta |
| Type | Typepom |
| Filename | Size |
|---|---|
| wso2is-identity-outbound-authenticators-3.1.0-beta.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.am/wso2is-identity-outbound-authenticators/ -->
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>wso2is-identity-outbound-authenticators</artifactId>
<version>3.1.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.am/wso2is-identity-outbound-authenticators/
implementation 'org.wso2.am:wso2is-identity-outbound-authenticators:3.1.0-beta'
// https://jarcasting.com/artifacts/org.wso2.am/wso2is-identity-outbound-authenticators/
implementation ("org.wso2.am:wso2is-identity-outbound-authenticators:3.1.0-beta")
'org.wso2.am:wso2is-identity-outbound-authenticators:pom:3.1.0-beta'
<dependency org="org.wso2.am" name="wso2is-identity-outbound-authenticators" rev="3.1.0-beta">
<artifact name="wso2is-identity-outbound-authenticators" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.am', module='wso2is-identity-outbound-authenticators', version='3.1.0-beta')
)
libraryDependencies += "org.wso2.am" % "wso2is-identity-outbound-authenticators" % "3.1.0-beta"
[org.wso2.am/wso2is-identity-outbound-authenticators "3.1.0-beta"]