thymeleaf-bootstrap2

Thymeleaf dialect for support of bootstrap2

Лицензия

Лицензия

Категории

Категории

Leaf Данные Базы данных
Группа

Группа

de.ppi.oss
Идентификатор

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

thymeleaf-bootstrap2
Последняя версия

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

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

thymeleaf-bootstrap2
Thymeleaf dialect for support of bootstrap2
Ссылка на сайт

Ссылка на сайт

https://github.com/ppi-ag/thymeleaf-bootstrap2
Организация-разработчик

Организация-разработчик

PPI AG
Система контроля версий

Система контроля версий

https://github.com/ppi-ag/thymeleaf-bootstrap2

Скачать thymeleaf-bootstrap2

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

<!-- https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/ -->
<dependency>
    <groupId>de.ppi.oss</groupId>
    <artifactId>thymeleaf-bootstrap2</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/
implementation 'de.ppi.oss:thymeleaf-bootstrap2:0.2'
// https://jarcasting.com/artifacts/de.ppi.oss/thymeleaf-bootstrap2/
implementation ("de.ppi.oss:thymeleaf-bootstrap2:0.2")
'de.ppi.oss:thymeleaf-bootstrap2:jar:0.2'
<dependency org="de.ppi.oss" name="thymeleaf-bootstrap2" rev="0.2">
  <artifact name="thymeleaf-bootstrap2" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ppi.oss', module='thymeleaf-bootstrap2', version='0.2')
)
libraryDependencies += "de.ppi.oss" % "thymeleaf-bootstrap2" % "0.2"
[de.ppi.oss/thymeleaf-bootstrap2 "0.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.thymeleaf : thymeleaf jar 2.1.4.RELEASE
org.thymeleaf : thymeleaf-spring4 jar 2.1.4.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context jar 4.1.5.RELEASE

test (4)

Идентификатор библиотеки Тип Версия
org.thymeleaf : thymeleaf-testing jar 2.1.3.RELEASE
junit : junit jar 4.12
org.assertj : assertj-core jar 1.6.0
org.springframework : spring-webmvc jar 4.1.5.RELEASE

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

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

thymeleaf bootstap2Build Status

Thymeleaf Dialect which helps to create bootstrap2-forms.

Supported attributes at input, select, option and textarea are:

  • bs:field: which is similar to th:field, but it adds a label and shows the validation-message. The label can be changed via bs:label.
  • bs:name: like bs:field doesn't need a form object. The label can be changed via bs:label.

See the testdata at src/test/resources/thymeleaf/bootstrap2.

To use codecompletion add xmlns:bs="http://www.ppi.de/thymeleaf/bootstrap2" to the html-tag.

Installation

Simply add

<dependency>
    <groupId>de.ppi.oss</groupId>
    <artifactId>thymeleaf-bootstrap2</artifactId>
    <version>0.2</version>
</dependency>
de.ppi.oss

PPI Informationstechnologie

http://www.ppi.de

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

Версия
0.2
0.1