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