Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdorg.kie |
ArtifactId | ArtifactIdkie-drools-wb-home-page-community |
Version | Version7.0.0.CR3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie/kie-drools-wb-home-page-community/ -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-drools-wb-home-page-community</artifactId>
<version>7.0.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie/kie-drools-wb-home-page-community/
implementation 'org.kie:kie-drools-wb-home-page-community:7.0.0.CR3'
// https://jarcasting.com/artifacts/org.kie/kie-drools-wb-home-page-community/
implementation ("org.kie:kie-drools-wb-home-page-community:7.0.0.CR3")
'org.kie:kie-drools-wb-home-page-community:jar:7.0.0.CR3'
<dependency org="org.kie" name="kie-drools-wb-home-page-community" rev="7.0.0.CR3">
<artifact name="kie-drools-wb-home-page-community" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie', module='kie-drools-wb-home-page-community', version='7.0.0.CR3')
)
libraryDependencies += "org.kie" % "kie-drools-wb-home-page-community" % "7.0.0.CR3"
[org.kie/kie-drools-wb-home-page-community "7.0.0.CR3"]