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