Ceylon CLI plugin for WildFly Swarm. # Usage Install the plugin from the command-line: ~~~sh $ ceylon plugin install ceylon.swarm/1.3.3 ~~~ Write your application for WildFly Swarm by importing the Java EE API module in your Ceylon module.ceylon: native("jvm") module my.module "1" { import maven:"javax:javaee-api" "7.0"; } Then write your application, and run the swarm plugin from the command line: ~~~sh ceylon swarm --provided-module javax:javaee-api my.module/1 ~~~

Latest Versions

4 versions →
VersionVulnerabilitiesUsagesDate
1.3.x
1.3.3
0
Feb 13, 2021
1.3.2
0
Feb 13, 2021
1.3.1
0
Feb 13, 2021
Show 1 more from 1.3.x
4 versions →