| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.wso2.ei |
| ArtifactId | ArtifactIdadmin-clients |
| Version | Version4.0.0-alpha |
| Type | Typejar |
| Filename | Size |
|---|---|
| admin-clients-4.0.0-alpha.pom | |
| admin-clients-4.0.0-alpha.jar | 106 KB |
| admin-clients-4.0.0-alpha-sources.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/admin-clients/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>admin-clients</artifactId>
<version>4.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/admin-clients/
implementation 'org.wso2.ei:admin-clients:4.0.0-alpha'
// https://jarcasting.com/artifacts/org.wso2.ei/admin-clients/
implementation ("org.wso2.ei:admin-clients:4.0.0-alpha")
'org.wso2.ei:admin-clients:jar:4.0.0-alpha'
<dependency org="org.wso2.ei" name="admin-clients" rev="4.0.0-alpha">
<artifact name="admin-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='admin-clients', version='4.0.0-alpha')
)
libraryDependencies += "org.wso2.ei" % "admin-clients" % "4.0.0-alpha"
[org.wso2.ei/admin-clients "4.0.0-alpha"]