GroupId | GroupIdorg.openl.rules |
---|---|
ArtifactId | ArtifactIdorg.openl.rules.ruleservice.annotation |
Version | Version5.21.10.1 |
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.21.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl.rules/org.openl.rules.ruleservice.annotation/
implementation 'org.openl.rules:org.openl.rules.ruleservice.annotation:5.21.10.1'
// https://jarcasting.com/artifacts/org.openl.rules/org.openl.rules.ruleservice.annotation/
implementation ("org.openl.rules:org.openl.rules.ruleservice.annotation:5.21.10.1")
'org.openl.rules:org.openl.rules.ruleservice.annotation:jar:5.21.10.1'
<dependency org="org.openl.rules" name="org.openl.rules.ruleservice.annotation" rev="5.21.10.1">
<artifact name="org.openl.rules.ruleservice.annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl.rules', module='org.openl.rules.ruleservice.annotation', version='5.21.10.1')
)
libraryDependencies += "org.openl.rules" % "org.openl.rules.ruleservice.annotation" % "5.21.10.1"
[org.openl.rules/org.openl.rules.ruleservice.annotation "5.21.10.1"]