Twibs: Utilities

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

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.twibs
Идентификатор

Идентификатор

twibs-util
Последняя версия

Последняя версия

0.14.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать twibs-util

Как подключить последнюю версию

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

Зависимости

compile (20)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.11.7
org.scala-lang.modules : scala-xml_2.11 jar 1.0.4
com.typesafe : config jar 1.2.1
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : jul-to-slf4j jar 1.7.12
org.slf4j : log4j-over-slf4j jar 1.7.12
org.slf4j : jcl-over-slf4j jar 1.7.12
ch.qos.logback : logback-classic jar 1.1.3
commons-io : commons-io jar 2.4
javax.mail : javax.mail-api jar 1.5.2
com.sun.mail : mailapi jar 1.5.2
org.apache.tika : tika-core jar 1.8
org.threeten : threetenbp jar 1.2
com.google.guava : guava jar 18.0
com.google.javascript : closure-compiler jar v20150126
com.googlecode.htmlcompressor : htmlcompressor jar 1.5.2
org.mozilla : rhino jar 1.7R5
net.htmlparser.jericho : jericho-html jar 3.3
org.jsoup : jsoup jar 1.8.2
com.ibm.icu : icu4j jar 55.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.14.1
0.14
0.13