interpreter-play27


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.luketebbs.uniform
ArtifactId

ArtifactId

interpreter-play27_2.11
Last Version

Last Version

4.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

interpreter-play27
interpreter-play27
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-play27_2.11

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.luketebbs.uniform : core_2.11 jar 4.10.0
com.luketebbs.uniform : common-web_2.11 jar 4.10.0

provided (2)

Group / Artifact Type Version
com.typesafe.play : play_2.11 jar 2.7.4
com.github.ghik : silencer-lib_2.11 jar 1.4.2

test (2)

Group / Artifact Type Version
com.luketebbs.uniform : example-programs_2.11 jar 4.10.0
org.scalatestplus : scalatestplus-scalacheck_2.11 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
4.2.0
4.1.1
4.0.0
2.5.1