GroupId | GroupIdme.snowdrop |
---|---|
ArtifactId | ArtifactIdistio-model |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
istio-model-0.6.pom | |
istio-model-0.6.jar | 643 KB |
istio-model-0.6-sources.jar | 496 KB |
istio-model-0.6-schema.json | 44 KB |
istio-model-0.6-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/me.snowdrop/istio-model/ -->
<dependency>
<groupId>me.snowdrop</groupId>
<artifactId>istio-model</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/me.snowdrop/istio-model/
implementation 'me.snowdrop:istio-model:0.6'
// https://jarcasting.com/artifacts/me.snowdrop/istio-model/
implementation ("me.snowdrop:istio-model:0.6")
'me.snowdrop:istio-model:jar:0.6'
<dependency org="me.snowdrop" name="istio-model" rev="0.6">
<artifact name="istio-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.snowdrop', module='istio-model', version='0.6')
)
libraryDependencies += "me.snowdrop" % "istio-model" % "0.6"
[me.snowdrop/istio-model "0.6"]