GroupId | GroupIdapp.dassana |
---|---|
ArtifactId | ArtifactIdrule-engine |
Version | Version1.6.9 |
Type | Typejar |
Filename | Size |
---|---|
rule-engine-1.6.9.pom | |
rule-engine-1.6.9.jar | 54 KB |
rule-engine-1.6.9-sources.jar | 27 KB |
rule-engine-1.6.9-javadoc.jar | 705 KB |
Browse |
<!-- https://jarcasting.com/artifacts/app.dassana/rule-engine/ -->
<dependency>
<groupId>app.dassana</groupId>
<artifactId>rule-engine</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/app.dassana/rule-engine/
implementation 'app.dassana:rule-engine:1.6.9'
// https://jarcasting.com/artifacts/app.dassana/rule-engine/
implementation ("app.dassana:rule-engine:1.6.9")
'app.dassana:rule-engine:jar:1.6.9'
<dependency org="app.dassana" name="rule-engine" rev="1.6.9">
<artifact name="rule-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='app.dassana', module='rule-engine', version='1.6.9')
)
libraryDependencies += "app.dassana" % "rule-engine" % "1.6.9"
[app.dassana/rule-engine "1.6.9"]