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