mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.emmalanguage" -DarchetypeArtifactId="emma-quickstart" -DarchetypeVersion="0.2.3" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.emmalanguage |
ArtifactId | ArtifactIdemma-quickstart |
Version | Version0.2.3 |
Type | Typemaven-archetype |
Description |
Descriptionemma-quickstart
Emma is a quotation-based, deeply embedded Scala DSL for scalable data analysis.
Emma aims is to improve developer productivity by maximizing the reuse of native Scala features in the DSL and
hiding parallelism aspects of supported backend engines (e.g. Flink, Spark) behind a high-level, declarative
API.
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.emmalanguage -DarchetypeArtifactId=emma-quickstart -DarchetypeVersion=0.2.3 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.3 |