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