GroupId | GroupIdorg.openl |
---|---|
ArtifactId | ArtifactIdorg.openl.core |
Version | Version5.20.4 |
Type | Typejar |
Filename | Size |
---|---|
org.openl.core-5.20.4.pom | |
org.openl.core-5.20.4.jar | 519 KB |
org.openl.core-5.20.4-sources.jar | 318 KB |
org.openl.core-5.20.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openl/org.openl.core/ -->
<dependency>
<groupId>org.openl</groupId>
<artifactId>org.openl.core</artifactId>
<version>5.20.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl/org.openl.core/
implementation 'org.openl:org.openl.core:5.20.4'
// https://jarcasting.com/artifacts/org.openl/org.openl.core/
implementation ("org.openl:org.openl.core:5.20.4")
'org.openl:org.openl.core:jar:5.20.4'
<dependency org="org.openl" name="org.openl.core" rev="5.20.4">
<artifact name="org.openl.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl', module='org.openl.core', version='5.20.4')
)
libraryDependencies += "org.openl" % "org.openl.core" % "5.20.4"
[org.openl/org.openl.core "5.20.4"]