• Modules
    • By category
    • By name
    • Most popular
    • Most downloaded
    • Repository
  • Register
  • Log in
  • Help
    • Start using Ceylon Herd
    • Publish your first module
    • Module publishing guidelines
    • All about Ceylon
    • Keyboard Shortcuts

    • s Focus search module bar
      ? Open this information panel
      j Move selection down
      k Move selection up
      enter Open current selection
Module info
Name
jvasileff / com.vasileff.ceylon.dart.compiler / 1.2.0-DP1
Backends JVM
Maven coordinates
Compatible Ceylon release JVM: 1.2.x, 1.3.x (latest)
Published Nov 22, 2015
Stats Downloads (JVM): 241
Source downloads: 194
Dependencies
ceylon.ast.core/1.2.0 shared
ceylon.ast.create/1.2.0
ceylon.ast.redhat/1.2.0
ceylon.collection/1.2.0
ceylon.file/1.2.0 shared
ceylon.formatter/1.2.0
ceylon.interop.java/1.2.0
ceylon.io/1.2.0
ceylon.json/1.2.0 shared
ceylon.language/1.2.0
ceylon.math/1.2.0
ceylon.test/1.2.0
com.redhat.ceylon.compiler.js/1.2.0
com.redhat.ceylon.model/1.2.0
com.redhat.ceylon.module-resolver/1.2.0 shared
com.redhat.ceylon.typechecker/1.2.0 shared
com.vasileff.jl4c.guava/0.0.1
java.base/7 JDK shared
net.minidev.json-smart/1.1.1 shared
Usage
  • Import
  • Run from command-line
  • Run from Ant
 import com.vasileff.ceylon.dart.compiler "1.2.0-DP1";
$ ceylon run com.vasileff.ceylon.dart.compiler/1.2.0-DP1
<property name="ceylon.home" value="…"/>
<property name="ceylon.ant.lib" 
  value="${ceylon.home}/lib/ceylon-ant.jar"/>
<path id="ant-tasks">
  <pathelement path="${ceylon.ant.lib}"/>
</path>
<typedef resource="com/redhat/ceylon/ant/antlib.xml" classpathref="ant-tasks"/>

<target name="run">
  <ceylon-run module="com.vasileff.ceylon.dart.compiler/1.2.0-DP1"/>
</target>
Module links Members
Imported By
Browse
Download .car
No .js archive
Download source archive
Download module documentation
View API documentation

Ceylon Herd v1.24 Copyright 2012-2023 Red Hat. About