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