<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>serverless-workflow-oauth2-orchestration-quarkus</artifactId>
<version>1.25.0.Final</version>
</dependency>
implementation group: 'org.kie.kogito.examples', name: 'serverless-workflow-oauth2-orchestration-quarkus', version: '1.25.0.Final'
implementation 'org.kie.kogito.examples:serverless-workflow-oauth2-orchestration-quarkus:1.25.0.Final'
implementation("org.kie.kogito.examples:serverless-workflow-oauth2-orchestration-quarkus:1.25.0.Final")
libraryDependencies += "org.kie.kogito.examples" % "serverless-workflow-oauth2-orchestration-quarkus" % "1.25.0.Final"
<dependency org="org.kie.kogito.examples" name="serverless-workflow-oauth2-orchestration-quarkus" rev="1.25.0.Final"/>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='serverless-workflow-oauth2-orchestration-quarkus', version='1.25.0.Final')
)
[org.kie.kogito.examples/serverless-workflow-oauth2-orchestration-quarkus "1.25.0.Final"]
'org.kie.kogito.examples:serverless-workflow-oauth2-orchestration-quarkus:jar:1.25.0.Final'