License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.ethlo.qjc |
ArtifactId | ArtifactIdqjc-groovy |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuick, on-the-fly compilation for JVM languages
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qjc-groovy-0.2.0.pom | |
qjc-groovy-0.2.0.jar | 4 KB |
qjc-groovy-0.2.0-sources.jar | 3 KB |
qjc-groovy-0.2.0-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.qjc/qjc-groovy/ -->
<dependency>
<groupId>com.ethlo.qjc</groupId>
<artifactId>qjc-groovy</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.qjc/qjc-groovy/
implementation 'com.ethlo.qjc:qjc-groovy:0.2.0'
// https://jarcasting.com/artifacts/com.ethlo.qjc/qjc-groovy/
implementation ("com.ethlo.qjc:qjc-groovy:0.2.0")
'com.ethlo.qjc:qjc-groovy:jar:0.2.0'
<dependency org="com.ethlo.qjc" name="qjc-groovy" rev="0.2.0">
<artifact name="qjc-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.qjc', module='qjc-groovy', version='0.2.0')
)
libraryDependencies += "com.ethlo.qjc" % "qjc-groovy" % "0.2.0"
[com.ethlo.qjc/qjc-groovy "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ethlo.qjc : qjc-core | jar | 0.2.0 |
org.codehaus.groovy : groovy | jar | 3.0.4 |
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.apache.logging.log4j : log4j-slf4j18-impl | jar | 2.13.3 |