Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.fabric8.funktion.examples |
ArtifactId | ArtifactIdexample-java |
Version | Version1.1.31 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.funktion.examples/example-java/ -->
<dependency>
<groupId>io.fabric8.funktion.examples</groupId>
<artifactId>example-java</artifactId>
<version>1.1.31</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.funktion.examples/example-java/
implementation 'io.fabric8.funktion.examples:example-java:1.1.31'
// https://jarcasting.com/artifacts/io.fabric8.funktion.examples/example-java/
implementation ("io.fabric8.funktion.examples:example-java:1.1.31")
'io.fabric8.funktion.examples:example-java:jar:1.1.31'
<dependency org="io.fabric8.funktion.examples" name="example-java" rev="1.1.31">
<artifact name="example-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.funktion.examples', module='example-java', version='1.1.31')
)
libraryDependencies += "io.fabric8.funktion.examples" % "example-java" % "1.1.31"
[io.fabric8.funktion.examples/example-java "1.1.31"]