| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdme.snowdrop |
| ArtifactId | ArtifactIdistio-client |
| Version | Version0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| istio-client-0.10.pom | |
| istio-client-0.10.jar | 8 KB |
| istio-client-0.10-sources.jar | 5 KB |
| istio-client-0.10-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.snowdrop/istio-client/ -->
<dependency>
<groupId>me.snowdrop</groupId>
<artifactId>istio-client</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/me.snowdrop/istio-client/
implementation 'me.snowdrop:istio-client:0.10'
// https://jarcasting.com/artifacts/me.snowdrop/istio-client/
implementation ("me.snowdrop:istio-client:0.10")
'me.snowdrop:istio-client:jar:0.10'
<dependency org="me.snowdrop" name="istio-client" rev="0.10">
<artifact name="istio-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.snowdrop', module='istio-client', version='0.10')
)
libraryDependencies += "me.snowdrop" % "istio-client" % "0.10"
[me.snowdrop/istio-client "0.10"]