GroupId | GroupIdorg.openl.rules.demo |
---|---|
ArtifactId | ArtifactIdorg.openl.demo.tut4app |
Version | Version5.11.5 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.openl.rules.demo/org.openl.demo.tut4app/ -->
<dependency>
<groupId>org.openl.rules.demo</groupId>
<artifactId>org.openl.demo.tut4app</artifactId>
<version>5.11.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.openl.rules.demo/org.openl.demo.tut4app/
implementation 'org.openl.rules.demo:org.openl.demo.tut4app:5.11.5'
// https://jarcasting.com/artifacts/org.openl.rules.demo/org.openl.demo.tut4app/
implementation ("org.openl.rules.demo:org.openl.demo.tut4app:5.11.5")
'org.openl.rules.demo:org.openl.demo.tut4app:war:5.11.5'
<dependency org="org.openl.rules.demo" name="org.openl.demo.tut4app" rev="5.11.5">
<artifact name="org.openl.demo.tut4app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.openl.rules.demo', module='org.openl.demo.tut4app', version='5.11.5')
)
libraryDependencies += "org.openl.rules.demo" % "org.openl.demo.tut4app" % "5.11.5"
[org.openl.rules.demo/org.openl.demo.tut4app "5.11.5"]