| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.wso2.ei |
| ArtifactId | ArtifactIdsample-clients |
| Version | Version1.0.0-alpha |
| Type | Typepom |
| Filename | Size |
|---|---|
| sample-clients-1.0.0-alpha.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/sample-clients/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>sample-clients</artifactId>
<version>1.0.0-alpha</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/sample-clients/
implementation 'org.wso2.ei:sample-clients:1.0.0-alpha'
// https://jarcasting.com/artifacts/org.wso2.ei/sample-clients/
implementation ("org.wso2.ei:sample-clients:1.0.0-alpha")
'org.wso2.ei:sample-clients:pom:1.0.0-alpha'
<dependency org="org.wso2.ei" name="sample-clients" rev="1.0.0-alpha">
<artifact name="sample-clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='sample-clients', version='1.0.0-alpha')
)
libraryDependencies += "org.wso2.ei" % "sample-clients" % "1.0.0-alpha"
[org.wso2.ei/sample-clients "1.0.0-alpha"]