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