Twibs: Demo

Twibs is a suite of utility classes to ease the development of internet applications with scala.

License

License

Categories

Categories

Net
GroupId

GroupId

net.twibs
ArtifactId

ArtifactId

twibs-demo
Last Version

Last Version

0.14.1
Release Date

Release Date

Type

Type

war
Description

Description

Twibs: Demo
Twibs is a suite of utility classes to ease the development of internet applications with scala.

Download twibs-demo

How to add to project

<!-- https://jarcasting.com/artifacts/net.twibs/twibs-demo/ -->
<dependency>
    <groupId>net.twibs</groupId>
    <artifactId>twibs-demo</artifactId>
    <version>0.14.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.twibs/twibs-demo/
implementation 'net.twibs:twibs-demo:0.14.1'
// https://jarcasting.com/artifacts/net.twibs/twibs-demo/
implementation ("net.twibs:twibs-demo:0.14.1")
'net.twibs:twibs-demo:war:0.14.1'
<dependency org="net.twibs" name="twibs-demo" rev="0.14.1">
  <artifact name="twibs-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='net.twibs', module='twibs-demo', version='0.14.1')
)
libraryDependencies += "net.twibs" % "twibs-demo" % "0.14.1"
[net.twibs/twibs-demo "0.14.1"]

Dependencies

compile (1)

Group / Artifact Type Version
net.twibs : twibs-core jar 0.14.1

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (1)

Group / Artifact Type Version
net.twibs : twibs-selenium-test-util jar 0.14.1

Project Modules

There are no modules declared in this project.

Utility classes to ease the development of internet applications with scala.

Overview

  • AJAX Forms defined in Scala
  • pure server side form validation
  • runtime server side JS/CSS Compression and LESS processing
  • complex inheritable translation mechanism

License

The license is Apache 2.0, see LICENSE-2.0.txt.

Binary Releases

Can be found on Maven Central (Java 7 and Scala 2.10).

<dependency>
    <groupId>net.twibs</groupId>
    <artifactId>twibs-*</artifactId>
    <version>0.12</version>
</dependency>

API docs

Are published on Maven Central.

Build

Is done with plain maven.

Java and Scala version

Currently the library is maintained against Java 7 and Scala 2.11.

What twibs can do for you

See the modules description for details.

Versions

Version
0.14.1
0.14