Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.freegeese |
ArtifactId | ArtifactIdeasy-mybatis-core |
Version | Version1.0.0-alpha1 |
Type | Typejar |
<!-- 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"]