Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.wso2.identity.apps |
ArtifactId | ArtifactIdconsole |
Version | Version1.1.156 |
Type | Typewar |
Filename | Size |
---|---|
console-1.1.156.pom | |
console-1.1.156.war | 16 MB |
console-1.1.156-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.identity.apps/console/ -->
<dependency>
<groupId>org.wso2.identity.apps</groupId>
<artifactId>console</artifactId>
<version>1.1.156</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.identity.apps/console/
implementation 'org.wso2.identity.apps:console:1.1.156'
// https://jarcasting.com/artifacts/org.wso2.identity.apps/console/
implementation ("org.wso2.identity.apps:console:1.1.156")
'org.wso2.identity.apps:console:war:1.1.156'
<dependency org="org.wso2.identity.apps" name="console" rev="1.1.156">
<artifact name="console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.identity.apps', module='console', version='1.1.156')
)
libraryDependencies += "org.wso2.identity.apps" % "console" % "1.1.156"
[org.wso2.identity.apps/console "1.1.156"]