GroupId | GroupIdorg.jclarion |
---|---|
ArtifactId | ArtifactIdclarion-compile |
Version | Version1.12 |
Type | Typejar |
Filename | Size |
---|---|
clarion-compile-1.12.pom | |
clarion-compile-1.12.jar | 341 KB |
clarion-compile-1.12-sources.jar | 217 KB |
clarion-compile-1.12-javadoc.jar | 1019 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jclarion/clarion-compile/ -->
<dependency>
<groupId>org.jclarion</groupId>
<artifactId>clarion-compile</artifactId>
<version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.jclarion/clarion-compile/
implementation 'org.jclarion:clarion-compile:1.12'
// https://jarcasting.com/artifacts/org.jclarion/clarion-compile/
implementation ("org.jclarion:clarion-compile:1.12")
'org.jclarion:clarion-compile:jar:1.12'
<dependency org="org.jclarion" name="clarion-compile" rev="1.12">
<artifact name="clarion-compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jclarion', module='clarion-compile', version='1.12')
)
libraryDependencies += "org.jclarion" % "clarion-compile" % "1.12"
[org.jclarion/clarion-compile "1.12"]