<dependency> <groupId>org.wso2.identity.apps</groupId> <artifactId>console</artifactId> <version>1.0.378</version> <type>war</type> </dependency>
implementation 'org.wso2.identity.apps:console:1.0.378'
implementation("org.wso2.identity.apps:console:1.0.378")
libraryDependencies += "org.wso2.identity.apps" % "console" % "1.0.378"
@Grapes( @Grab(group='org.wso2.identity.apps', module='console', version='1.0.378') )
<dependency org="org.wso2.identity.apps" name="console" rev="1.0.378" />
[org.wso2.identity.apps/console "1.0.378"]
'org.wso2.identity.apps:console:jar:1.0.378'
<parent> <groupId>org.wso2.identity.apps</groupId> <artifactId>identity-apps</artifactId> <version>1.0.378</version> </parent>