| GroupId | GroupIdio.ap4k |
|---|---|
| ArtifactId | ArtifactIdistio-example |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| istio-example-0.1.3.pom | |
| istio-example-0.1.3.jar | 5 KB |
| istio-example-0.1.3-sources.jar | 1 KB |
| istio-example-0.1.3-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ap4k/istio-example/ -->
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>istio-example</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.ap4k/istio-example/
implementation 'io.ap4k:istio-example:0.1.3'
// https://jarcasting.com/artifacts/io.ap4k/istio-example/
implementation ("io.ap4k:istio-example:0.1.3")
'io.ap4k:istio-example:jar:0.1.3'
<dependency org="io.ap4k" name="istio-example" rev="0.1.3">
<artifact name="istio-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ap4k', module='istio-example', version='0.1.3')
)
libraryDependencies += "io.ap4k" % "istio-example" % "0.1.3"
[io.ap4k/istio-example "0.1.3"]