GroupId | GroupIdorg.kie.kogito.examples |
---|---|
ArtifactId | ArtifactIdtravels |
Version | Version1.11.1.Final |
Type | Typejar |
Filename | Size |
---|---|
travels-1.11.1.Final.pom | |
travels-1.11.1.Final.jar | 54 KB |
travels-1.11.1.Final-tests.jar | 13 KB |
travels-1.11.1.Final-test-sources.jar | 10 KB |
travels-1.11.1.Final-sources.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/travels/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>travels</artifactId>
<version>1.11.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/travels/
implementation 'org.kie.kogito.examples:travels:1.11.1.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/travels/
implementation ("org.kie.kogito.examples:travels:1.11.1.Final")
'org.kie.kogito.examples:travels:jar:1.11.1.Final'
<dependency org="org.kie.kogito.examples" name="travels" rev="1.11.1.Final">
<artifact name="travels" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='travels', version='1.11.1.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "travels" % "1.11.1.Final"
[org.kie.kogito.examples/travels "1.11.1.Final"]