govuk-widgets


License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.luketebbs.uniform
ArtifactId

ArtifactId

govuk-widgets_2.11
Last Version

Last Version

0.4.9
Release Date

Release Date

Type

Type

jar
Description

Description

govuk-widgets
govuk-widgets
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 govuk-widgets_2.11

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.luketebbs.uniform : common-web_2.11 jar 0.4.9
com.typesafe.play : twirl-api_2.11 jar 1.3.15
com.chuusai : shapeless_2.11 jar 2.3.3
com.beachape : enumeratum_2.11 jar 1.5.13

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_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