common-web


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.luketebbs.uniform
ArtifactId

ArtifactId

common-web_sjs0.6_2.11
Last Version

Last Version

0.4.9
Release Date

Release Date

Type

Type

jar
Description

Description

common-web
common-web
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 common-web_sjs0.6_2.11

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.luketebbs.uniform : core_sjs0.6_2.11 jar 0.4.9
org.scala-js : scalajs-library_2.11 jar 0.6.25
com.chuusai : shapeless_sjs0.6_2.11 jar 2.3.3
com.github.mpilquist : simulacrum_sjs0.6_2.11 jar 0.14.0
com.typesafe.play : twirl-api_sjs0.6_2.11 jar 1.3.15
com.beachape : enumeratum_sjs0.6_2.11 jar 1.5.13

test (2)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.11 jar 0.6.25
org.scalatest : scalatest_sjs0.6_2.11 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.4.0
0.3.0