interpreter-logictable


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.luketebbs.uniform
ArtifactId

ArtifactId

interpreter-logictable_sjs0.6_2.13
Last Version

Last Version

4.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

interpreter-logictable
interpreter-logictable
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-logictable_sjs0.6_2.13

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.0
com.luketebbs.uniform : core_sjs0.6_2.13 jar 4.10.0
org.scala-js : scalajs-library_2.13 jar 0.6.32

provided (1)

Group / Artifact Type Version
com.github.ghik : silencer-lib_2.13 jar 1.4.2

test (3)

Group / Artifact Type Version
com.luketebbs.uniform : example-programs_sjs0.6_2.13 jar 4.10.0
org.scala-js : scalajs-test-bridge_2.13 jar 0.6.32
org.scalatestplus : scalatestplus-scalacheck_sjs0.6_2.13 jar 3.1.0.0-RC2

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
4.10.0
4.9.0
4.8.1
4.8.0
4.7.0
4.6.0
4.5.1
4.5.0
4.4.1
4.4.0
4.3.0