is not current version
Last Version 1.1.55

io.fabric8.funktion.examples:example-java 1.0.12

Funktion :: Examples :: Java

Categories

Categories

Java Languages
GroupId

GroupId

io.fabric8.funktion.examples
ArtifactId

ArtifactId

example-java
Version

Version

1.0.12
Type

Type

jar

Download example-java 1.0.12


<!-- https://jarcasting.com/artifacts/io.fabric8.funktion.examples/example-java/ -->
<dependency>
    <groupId>io.fabric8.funktion.examples</groupId>
    <artifactId>example-java</artifactId>
    <version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.funktion.examples/example-java/
implementation 'io.fabric8.funktion.examples:example-java:1.0.12'
// https://jarcasting.com/artifacts/io.fabric8.funktion.examples/example-java/
implementation ("io.fabric8.funktion.examples:example-java:1.0.12")
'io.fabric8.funktion.examples:example-java:jar:1.0.12'
<dependency org="io.fabric8.funktion.examples" name="example-java" rev="1.0.12">
  <artifact name="example-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.funktion.examples', module='example-java', version='1.0.12')
)
libraryDependencies += "io.fabric8.funktion.examples" % "example-java" % "1.0.12"
[io.fabric8.funktion.examples/example-java "1.0.12"]