Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.xmybatis |
ArtifactId | ArtifactIdxmybatis-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
xmybatis-core-0.2.pom | |
xmybatis-core-0.2.jar | 16 KB |
xmybatis-core-0.2-sources.jar | 9 KB |
xmybatis-core-0.2-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xmybatis/xmybatis-core/ -->
<dependency>
<groupId>com.github.xmybatis</groupId>
<artifactId>xmybatis-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmybatis/xmybatis-core/
implementation 'com.github.xmybatis:xmybatis-core:0.2'
// https://jarcasting.com/artifacts/com.github.xmybatis/xmybatis-core/
implementation ("com.github.xmybatis:xmybatis-core:0.2")
'com.github.xmybatis:xmybatis-core:jar:0.2'
<dependency org="com.github.xmybatis" name="xmybatis-core" rev="0.2">
<artifact name="xmybatis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmybatis', module='xmybatis-core', version='0.2')
)
libraryDependencies += "com.github.xmybatis" % "xmybatis-core" % "0.2"
[com.github.xmybatis/xmybatis-core "0.2"]