License |
License |
---|---|
Categories |
CategoriesGUI User Interface |
GroupId | GroupIdorg.emmalanguage |
ArtifactId | ArtifactIdemma-gui |
Last Version | Last Version0.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionemma-gui
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.
|
Filename | Size |
---|---|
emma-gui-0.2.3.pom | |
emma-gui-0.2.3.jar | 16 KB |
emma-gui-0.2.3-sources.jar | 8 KB |
emma-gui-0.2.3-javadoc.jar | 362 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.emmalanguage/emma-gui/ -->
<dependency>
<groupId>org.emmalanguage</groupId>
<artifactId>emma-gui</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.emmalanguage/emma-gui/
implementation 'org.emmalanguage:emma-gui:0.2.3'
// https://jarcasting.com/artifacts/org.emmalanguage/emma-gui/
implementation ("org.emmalanguage:emma-gui:0.2.3")
'org.emmalanguage:emma-gui:jar:0.2.3'
<dependency org="org.emmalanguage" name="emma-gui" rev="0.2.3">
<artifact name="emma-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.emmalanguage', module='emma-gui', version='0.2.3')
)
libraryDependencies += "org.emmalanguage" % "emma-gui" % "0.2.3"
[org.emmalanguage/emma-gui "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.2.2.v20140723 |
org.eclipse.jetty : jetty-webapp | jar | 9.2.2.v20140723 |
org.eclipse.jetty : jetty-security | jar | 9.2.2.v20140723 |
org.eclipse.jetty : jetty-eventsource-servlet | jar | 1.0.0 |
com.google.code.gson : gson | jar | 2.3.1 |
commons-io : commons-io | jar | 2.1 |
log4j : log4j | jar | 1.2.17 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
com.typesafe.scala-logging : scala-logging-slf4j_2.11 | jar | 2.1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.11 |
org.scala-lang : scala-compiler | jar | 2.11.11 |
org.scala-lang : scala-reflect | jar | 2.11.11 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.3 |