| Категории |
КатегорииMyBatis Данные ORM |
|---|---|
| Группа | Группаcom.github.freegeese |
| Идентификатор | Идентификаторeasy-mybatis-core |
| Версия | Версия1.0.0-alpha1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| easy-mybatis-core-1.0.0-alpha1.pom | |
| easy-mybatis-core-1.0.0-alpha1.jar | 72 KB |
| easy-mybatis-core-1.0.0-alpha1-sources.jar | 40 KB |
| easy-mybatis-core-1.0.0-alpha1-javadoc.jar | 309 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-core/ -->
<dependency>
<groupId>com.github.freegeese</groupId>
<artifactId>easy-mybatis-core</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-core/
implementation 'com.github.freegeese:easy-mybatis-core:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-core/
implementation ("com.github.freegeese:easy-mybatis-core:1.0.0-alpha1")
'com.github.freegeese:easy-mybatis-core:jar:1.0.0-alpha1'
<dependency org="com.github.freegeese" name="easy-mybatis-core" rev="1.0.0-alpha1">
<artifact name="easy-mybatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freegeese', module='easy-mybatis-core', version='1.0.0-alpha1')
)
libraryDependencies += "com.github.freegeese" % "easy-mybatis-core" % "1.0.0-alpha1"
[com.github.freegeese/easy-mybatis-core "1.0.0-alpha1"]