| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.gitee.opensource4clive |
| Идентификатор | Идентификаторrobin-base |
| Версия | Версия1.2.3 |
| Тип | Типjar |
| Описание |
ОписаниеRobin is a lightweight framework based on MyBatis that provides adding, deleting, modifying and querying capabilities.
|
| Имя Файла | Размер |
|---|---|
| robin-base-1.2.3.pom | |
| robin-base-1.2.3.jar | 54 KB |
| robin-base-1.2.3-sources.jar | 35 KB |
| robin-base-1.2.3-javadoc.jar | 258 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.opensource4clive/robin-base/ -->
<dependency>
<groupId>com.gitee.opensource4clive</groupId>
<artifactId>robin-base</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/robin-base/
implementation 'com.gitee.opensource4clive:robin-base:1.2.3'
// https://jarcasting.com/artifacts/com.gitee.opensource4clive/robin-base/
implementation ("com.gitee.opensource4clive:robin-base:1.2.3")
'com.gitee.opensource4clive:robin-base:jar:1.2.3'
<dependency org="com.gitee.opensource4clive" name="robin-base" rev="1.2.3">
<artifact name="robin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.opensource4clive', module='robin-base', version='1.2.3')
)
libraryDependencies += "com.gitee.opensource4clive" % "robin-base" % "1.2.3"
[com.gitee.opensource4clive/robin-base "1.2.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis : mybatis | jar | 3.5.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.springframework : spring-beans | jar | 5.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |