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

form-sql-builder-mysql 1.0.0-RELEASE

As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql query. It’s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.

Лицензия

Лицензия

Категории

Категории

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

Группа

org.crazycake
Идентификатор

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

form-sql-builder-mysql
Версия

Версия

1.0.0-RELEASE
Тип

Тип

jar
Описание

Описание

form-sql-builder-mysql
As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql query. It’s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.

Скачать form-sql-builder-mysql 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/org.crazycake/form-sql-builder-mysql/ -->
<dependency>
    <groupId>org.crazycake</groupId>
    <artifactId>form-sql-builder-mysql</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.crazycake/form-sql-builder-mysql/
implementation 'org.crazycake:form-sql-builder-mysql:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.crazycake/form-sql-builder-mysql/
implementation ("org.crazycake:form-sql-builder-mysql:1.0.0-RELEASE")
'org.crazycake:form-sql-builder-mysql:jar:1.0.0-RELEASE'
<dependency org="org.crazycake" name="form-sql-builder-mysql" rev="1.0.0-RELEASE">
  <artifact name="form-sql-builder-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.crazycake', module='form-sql-builder-mysql', version='1.0.0-RELEASE')
)
libraryDependencies += "org.crazycake" % "form-sql-builder-mysql" % "1.0.0-RELEASE"
[org.crazycake/form-sql-builder-mysql "1.0.0-RELEASE"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
javax.persistence : persistence-api jar 1.0
org.slf4j : slf4j-api jar 1.7.2
org.codehaus.jackson : jackson-mapper-asl jar 1.9.3
org.crazycake : camel-name-utils jar 1.0.0-RELEASE

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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