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