| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |