Skip to content
DaanVanYperen edited this page Dec 27, 2014 · 30 revisions

Only the artemis core module is required.

Module Provides
artemis [[Core functionality.
artemis-gwt [[Web platform support.
artemis-maven [[Maven matrix and weaver support
artemis-gradle [[Gradle matrix and weaver support
artemis-cli [[Commandline matrix and weaver support
artemis-processor Annotation processor for generating [[Entity Factories
artemis-weaver [[(Internal) Bytecode weaver.
artemis-test (Internal) Compliance tests.

Compatibility

Feature vs Platform

ver j/a gwt ios
@Profile 0.7.0 - ?
@PooledWeaver 0.5.0 v - ?
@PackedWeaver 0.6.0 v - ?
Optimized ES 0.7.0 v - ?
EntityFactory 0.8.0 v v ?
CDM 0.6.0 v v v
Multi-World 0.6.5 v ? ?

? = unknown, v = supported,

Feature vs Build Method

ver cli gradle maven
@Profile 0.7.0 v ? v
@PooledWeaver 0.5.0 v v v
@PackedWeaver 0.6.0 v v v
Optimized ES 0.7.0 v v v
EntityFactory 0.8.0 N/A v v
CDM 0.6.0 v v v

Note: CLI tool only handles bytecode, the entity factories are created during compilation.

Clone this wiki locally