GroupId | GroupIdorg.boretti.drools.integration |
---|---|
ArtifactId | ArtifactIddrools5-integration-helper-library |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.boretti.drools.integration/drools5-integration-helper-library/ -->
<dependency>
<groupId>org.boretti.drools.integration</groupId>
<artifactId>drools5-integration-helper-library</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.boretti.drools.integration/drools5-integration-helper-library/
implementation 'org.boretti.drools.integration:drools5-integration-helper-library:1.1.0'
// https://jarcasting.com/artifacts/org.boretti.drools.integration/drools5-integration-helper-library/
implementation ("org.boretti.drools.integration:drools5-integration-helper-library:1.1.0")
'org.boretti.drools.integration:drools5-integration-helper-library:jar:1.1.0'
<dependency org="org.boretti.drools.integration" name="drools5-integration-helper-library" rev="1.1.0">
<artifact name="drools5-integration-helper-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boretti.drools.integration', module='drools5-integration-helper-library', version='1.1.0')
)
libraryDependencies += "org.boretti.drools.integration" % "drools5-integration-helper-library" % "1.1.0"
[org.boretti.drools.integration/drools5-integration-helper-library "1.1.0"]