• 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
vietj / vietj.vertx / 0.3.0
Deprecated : see io.vertx.ceylon
Backends JVM
Maven coordinates
Compatible Ceylon release JVM: 1.0.0 (outdated)
Published Nov 14, 2013
Stats Downloads (JVM): 441
Source downloads: 517
Authors Julien Viet
License ASL2
Description

Vertx API for Ceylon

Dependencies
ceylon.collection/1.0.0
ceylon.io/1.0.0
ceylon.json/1.0.0 shared
ceylon.net/1.0.0 shared
com.fasterxml.jackson.annotations/2.2.2
com.fasterxml.jackson.core/2.2.2
com.fasterxml.jackson.databind/2.2.2
io.netty/4.0.10.Final
io.vertx.core/2.0.2-final shared
java.base/7 JDK
vietj.promises/0.5.0 shared
Usage
  • Import
  • Run from command-line
  • Run from Ant
 import vietj.vertx "0.3.0";
$ ceylon run vietj.vertx/0.3.0
<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="vietj.vertx/0.3.0"/>
</target>
Module links Members
Imported By
Home
Code repository
Issue tracker
Browse
Download .car
No .js archive
Download source archive
Download module documentation
View API documentation

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