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