GroupId | GroupIdorg.openl.rules |
---|---|
ArtifactId | ArtifactIdorg.openl.rules.ruleservice.annotation |
Version | Version5.23.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openl.rules/org.openl.rules.ruleservice.annotation/ -->
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.ruleservice.annotation</artifactId>
<version>5.23.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl.rules/org.openl.rules.ruleservice.annotation/
implementation 'org.openl.rules:org.openl.rules.ruleservice.annotation:5.23.4'
// https://jarcasting.com/artifacts/org.openl.rules/org.openl.rules.ruleservice.annotation/
implementation ("org.openl.rules:org.openl.rules.ruleservice.annotation:5.23.4")
'org.openl.rules:org.openl.rules.ruleservice.annotation:jar:5.23.4'
<dependency org="org.openl.rules" name="org.openl.rules.ruleservice.annotation" rev="5.23.4">
<artifact name="org.openl.rules.ruleservice.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl.rules', module='org.openl.rules.ruleservice.annotation', version='5.23.4')
)
libraryDependencies += "org.openl.rules" % "org.openl.rules.ruleservice.annotation" % "5.23.4"
[org.openl.rules/org.openl.rules.ruleservice.annotation "5.23.4"]