| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаfun.fengwk.auto-mapper |
| Идентификатор | Идентификаторexample |
| Версия | Версия0.0.3 |
| Тип | Типjar |
| Описание |
ОписаниеAutomapper is a MyBatis SQL generation tool,
it provides a JPA-like interface method to SQL ability,
only rely on a compile time JAR package can avoid a lot of simple
and similar to the repeated writing of SQL work.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| example-0.0.3.pom | |
| example-0.0.3.jar | 9 KB |
| example-0.0.3-sources.jar | 6 KB |
| example-0.0.3-javadoc.jar | 74 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/example/ -->
<dependency>
<groupId>fun.fengwk.auto-mapper</groupId>
<artifactId>example</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/example/
implementation 'fun.fengwk.auto-mapper:example:0.0.3'
// https://jarcasting.com/artifacts/fun.fengwk.auto-mapper/example/
implementation ("fun.fengwk.auto-mapper:example:0.0.3")
'fun.fengwk.auto-mapper:example:jar:0.0.3'
<dependency org="fun.fengwk.auto-mapper" name="example" rev="0.0.3">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.auto-mapper', module='example', version='0.0.3')
)
libraryDependencies += "fun.fengwk.auto-mapper" % "example" % "0.0.3"
[fun.fengwk.auto-mapper/example "0.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.4 |
| mysql : mysql-connector-java | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| fun.fengwk.auto-mapper : processor | jar | 0.0.3 |