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