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