GroupId | GroupIdorg.kie.kogito.examples |
---|---|
ArtifactId | ArtifactIdhr |
Version | Version1.10.0.Final |
Type | Typejar |
Filename | Size |
---|---|
hr-1.10.0.Final.pom | |
hr-1.10.0.Final.jar | 11 KB |
hr-1.10.0.Final-tests.jar | 5 KB |
hr-1.10.0.Final-test-sources.jar | 5 KB |
hr-1.10.0.Final-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/hr/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>hr</artifactId>
<version>1.10.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/hr/
implementation 'org.kie.kogito.examples:hr:1.10.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/hr/
implementation ("org.kie.kogito.examples:hr:1.10.0.Final")
'org.kie.kogito.examples:hr:jar:1.10.0.Final'
<dependency org="org.kie.kogito.examples" name="hr" rev="1.10.0.Final">
<artifact name="hr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='hr', version='1.10.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "hr" % "1.10.0.Final"
[org.kie.kogito.examples/hr "1.10.0.Final"]