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