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