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