Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.carbon.identity.local.auth.api |
ArtifactId | ArtifactIdorg.wso2.carbon.identity.local.auth.api.endpoint |
Version | Version2.4.4 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.local.auth.api/org.wso2.carbon.identity.local.auth.api.endpoint/ -->
<dependency>
<groupId>org.wso2.carbon.identity.local.auth.api</groupId>
<artifactId>org.wso2.carbon.identity.local.auth.api.endpoint</artifactId>
<version>2.4.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.local.auth.api/org.wso2.carbon.identity.local.auth.api.endpoint/
implementation 'org.wso2.carbon.identity.local.auth.api:org.wso2.carbon.identity.local.auth.api.endpoint:2.4.4'
// https://jarcasting.com/artifacts/org.wso2.carbon.identity.local.auth.api/org.wso2.carbon.identity.local.auth.api.endpoint/
implementation ("org.wso2.carbon.identity.local.auth.api:org.wso2.carbon.identity.local.auth.api.endpoint:2.4.4")
'org.wso2.carbon.identity.local.auth.api:org.wso2.carbon.identity.local.auth.api.endpoint:war:2.4.4'
<dependency org="org.wso2.carbon.identity.local.auth.api" name="org.wso2.carbon.identity.local.auth.api.endpoint" rev="2.4.4">
<artifact name="org.wso2.carbon.identity.local.auth.api.endpoint" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.identity.local.auth.api', module='org.wso2.carbon.identity.local.auth.api.endpoint', version='2.4.4')
)
libraryDependencies += "org.wso2.carbon.identity.local.auth.api" % "org.wso2.carbon.identity.local.auth.api.endpoint" % "2.4.4"
[org.wso2.carbon.identity.local.auth.api/org.wso2.carbon.identity.local.auth.api.endpoint "2.4.4"]