Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIdgithub-service |
Version | Version1.22.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/github-service/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>github-service</artifactId>
<version>1.22.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/github-service/
implementation 'org.kie.kogito.examples:github-service:1.22.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/github-service/
implementation ("org.kie.kogito.examples:github-service:1.22.0.Final")
'org.kie.kogito.examples:github-service:jar:1.22.0.Final'
<dependency org="org.kie.kogito.examples" name="github-service" rev="1.22.0.Final">
<artifact name="github-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='github-service', version='1.22.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "github-service" % "1.22.0.Final"
[org.kie.kogito.examples/github-service "1.22.0.Final"]