interpreter-js


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.luketebbs.uniform
ArtifactId

ArtifactId

interpreter-js_sjs0.6_2.12
Last Version

Last Version

0.4.9
Release Date

Release Date

Type

Type

jar
Description

Description

interpreter-js
interpreter-js
Project URL

Project URL

https://ltbs.github.io/uniform-scala/
Project Organization

Project Organization

com.luketebbs.uniform
Source Code Management

Source Code Management

https://github.com/ltbs/uniform-scala

Download interpreter-js_sjs0.6_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.luketebbs.uniform/interpreter-js_sjs0.6_2.12/ -->
<dependency>
    <groupId>com.luketebbs.uniform</groupId>
    <artifactId>interpreter-js_sjs0.6_2.12</artifactId>
    <version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.luketebbs.uniform/interpreter-js_sjs0.6_2.12/
implementation 'com.luketebbs.uniform:interpreter-js_sjs0.6_2.12:0.4.9'
// https://jarcasting.com/artifacts/com.luketebbs.uniform/interpreter-js_sjs0.6_2.12/
implementation ("com.luketebbs.uniform:interpreter-js_sjs0.6_2.12:0.4.9")
'com.luketebbs.uniform:interpreter-js_sjs0.6_2.12:jar:0.4.9'
<dependency org="com.luketebbs.uniform" name="interpreter-js_sjs0.6_2.12" rev="0.4.9">
  <artifact name="interpreter-js_sjs0.6_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luketebbs.uniform', module='interpreter-js_sjs0.6_2.12', version='0.4.9')
)
libraryDependencies += "com.luketebbs.uniform" % "interpreter-js_sjs0.6_2.12" % "0.4.9"
[com.luketebbs.uniform/interpreter-js_sjs0.6_2.12 "0.4.9"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.8
com.luketebbs.uniform : common-web_sjs0.6_2.12 jar 0.4.9
org.scala-js : scalajs-library_2.12 jar 0.6.25
org.querki : jquery-facade_sjs0.6_2.12 jar 1.2

test (2)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.12 jar 0.6.25
org.scalatest : scalatest_sjs0.6_2.12 jar 3.0.5

Project Modules

There are no modules declared in this project.

uniform-scala

Functional user journeys in Scala. Write your user-journeys once in an extensible Scala eDSL and have interpreters build for you -

  1. A Web interface in Play
  2. A GUI interface
  3. A CLI interface
  4. A Static website
  5. Logic tables
  6. Selenium Tests

See the documentation to get started.

Building

It is necessary to build the play25 interpreter separately, for example if running publishSigned -

sbt +publishSigned +interpreter-play25/publishSigned

Without doing this you will likely find SBT will attempt to change crossScalaVersions to include incompatible combinations of Play and Scala.

Additionally +compile will generally fail. For some reason the root compilation task appears to depend upon an earlier version of itself. +test, etc should work, however.

Versions

Version
0.4.9
0.4.8
0.4.6
0.4.5
0.4.4
0.4.3
0.4.1
0.3.0
0.2.4