| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdme.snowdrop | 
| ArtifactId | ArtifactIdistio-client-uberjar | 
| Version | Version1.5.4-Alpha1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/me.snowdrop/istio-client-uberjar/ -->
<dependency>
    <groupId>me.snowdrop</groupId>
    <artifactId>istio-client-uberjar</artifactId>
    <version>1.5.4-Alpha1</version>
</dependency>// https://jarcasting.com/artifacts/me.snowdrop/istio-client-uberjar/
implementation 'me.snowdrop:istio-client-uberjar:1.5.4-Alpha1'// https://jarcasting.com/artifacts/me.snowdrop/istio-client-uberjar/
implementation ("me.snowdrop:istio-client-uberjar:1.5.4-Alpha1")'me.snowdrop:istio-client-uberjar:jar:1.5.4-Alpha1'<dependency org="me.snowdrop" name="istio-client-uberjar" rev="1.5.4-Alpha1">
  <artifact name="istio-client-uberjar" type="jar" />
</dependency>@Grapes(
@Grab(group='me.snowdrop', module='istio-client-uberjar', version='1.5.4-Alpha1')
)libraryDependencies += "me.snowdrop" % "istio-client-uberjar" % "1.5.4-Alpha1"[me.snowdrop/istio-client-uberjar "1.5.4-Alpha1"]