License |
License |
---|---|
GroupId | GroupIdcom.ethlo.qjc |
ArtifactId | ArtifactIdqjc-core |
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-core-0.2.0.pom | |
qjc-core-0.2.0.jar | 5 KB |
qjc-core-0.2.0-sources.jar | 5 KB |
qjc-core-0.2.0-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.qjc/qjc-core/ -->
<dependency>
<groupId>com.ethlo.qjc</groupId>
<artifactId>qjc-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.qjc/qjc-core/
implementation 'com.ethlo.qjc:qjc-core:0.2.0'
// https://jarcasting.com/artifacts/com.ethlo.qjc/qjc-core/
implementation ("com.ethlo.qjc:qjc-core:0.2.0")
'com.ethlo.qjc:qjc-core:jar:0.2.0'
<dependency org="com.ethlo.qjc" name="qjc-core" rev="0.2.0">
<artifact name="qjc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.qjc', module='qjc-core', version='0.2.0')
)
libraryDependencies += "com.ethlo.qjc" % "qjc-core" % "0.2.0"
[com.ethlo.qjc/qjc-core "0.2.0"]