GroupId | GroupIdorg.kie.commons |
---|---|
ArtifactId | ArtifactIdkieora-backends |
Version | Version6.0.0.Beta4 |
Type | Typejar |
Filename | Size |
---|---|
kieora-backends-6.0.0.Beta4.pom | 596 bytes |
kieora-backends-6.0.0.Beta4-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.commons/kieora-backends/ -->
<dependency>
<groupId>org.kie.commons</groupId>
<artifactId>kieora-backends</artifactId>
<version>6.0.0.Beta4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.commons/kieora-backends/
implementation 'org.kie.commons:kieora-backends:6.0.0.Beta4'
// https://jarcasting.com/artifacts/org.kie.commons/kieora-backends/
implementation ("org.kie.commons:kieora-backends:6.0.0.Beta4")
'org.kie.commons:kieora-backends:jar:6.0.0.Beta4'
<dependency org="org.kie.commons" name="kieora-backends" rev="6.0.0.Beta4">
<artifact name="kieora-backends" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.commons', module='kieora-backends', version='6.0.0.Beta4')
)
libraryDependencies += "org.kie.commons" % "kieora-backends" % "6.0.0.Beta4"
[org.kie.commons/kieora-backends "6.0.0.Beta4"]