License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIdkogito-quarkus-examples |
Last Version | Last Version1.23.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKogito Example :: Quarkus
Kogito Example
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kogito-quarkus-examples-1.23.0.Final.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/kogito-quarkus-examples/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>kogito-quarkus-examples</artifactId>
<version>1.23.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/kogito-quarkus-examples/
implementation 'org.kie.kogito.examples:kogito-quarkus-examples:1.23.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/kogito-quarkus-examples/
implementation ("org.kie.kogito.examples:kogito-quarkus-examples:1.23.0.Final")
'org.kie.kogito.examples:kogito-quarkus-examples:pom:1.23.0.Final'
<dependency org="org.kie.kogito.examples" name="kogito-quarkus-examples" rev="1.23.0.Final">
<artifact name="kogito-quarkus-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='kogito-quarkus-examples', version='1.23.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "kogito-quarkus-examples" % "1.23.0.Final"
[org.kie.kogito.examples/kogito-quarkus-examples "1.23.0.Final"]