GroupId | GroupIdorg.openl.rules.demo |
---|---|
ArtifactId | ArtifactIdorg.openl.rules.demo-pom |
Version | Version5.18.2 |
Type | Typepom |
Filename | Size |
---|---|
org.openl.rules.demo-pom-5.18.2.pom | 944 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openl.rules.demo/org.openl.rules.demo-pom/ -->
<dependency>
<groupId>org.openl.rules.demo</groupId>
<artifactId>org.openl.rules.demo-pom</artifactId>
<version>5.18.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openl.rules.demo/org.openl.rules.demo-pom/
implementation 'org.openl.rules.demo:org.openl.rules.demo-pom:5.18.2'
// https://jarcasting.com/artifacts/org.openl.rules.demo/org.openl.rules.demo-pom/
implementation ("org.openl.rules.demo:org.openl.rules.demo-pom:5.18.2")
'org.openl.rules.demo:org.openl.rules.demo-pom:pom:5.18.2'
<dependency org="org.openl.rules.demo" name="org.openl.rules.demo-pom" rev="5.18.2">
<artifact name="org.openl.rules.demo-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openl.rules.demo', module='org.openl.rules.demo-pom', version='5.18.2')
)
libraryDependencies += "org.openl.rules.demo" % "org.openl.rules.demo-pom" % "5.18.2"
[org.openl.rules.demo/org.openl.rules.demo-pom "5.18.2"]