<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>org.wso2.identity.apps.authenticationendpoint.server.feature</artifactId>
<version>0.1.70</version>
</dependency>
implementation group: 'org.wso2.identity.apps', name: 'org.wso2.identity.apps.authenticationendpoint.server.feature', version: '0.1.70'
implementation 'org.wso2.identity.apps:org.wso2.identity.apps.authenticationendpoint.server.feature:0.1.70'
implementation("org.wso2.identity.apps:org.wso2.identity.apps.authenticationendpoint.server.feature:0.1.70")
libraryDependencies += "org.wso2.identity.apps" % "org.wso2.identity.apps.authenticationendpoint.server.feature" % "0.1.70"
<dependency org="org.wso2.identity.apps" name="org.wso2.identity.apps.authenticationendpoint.server.feature" rev="0.1.70"/>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='org.wso2.identity.apps.authenticationendpoint.server.feature', version='0.1.70')
)
[org.wso2.identity.apps/org.wso2.identity.apps.authenticationendpoint.server.feature "0.1.70"]
'org.wso2.identity.apps:org.wso2.identity.apps.authenticationendpoint.server.feature:jar:0.1.70'