Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdfun.hereis.code |
ArtifactId | ArtifactIdmybatis |
Version | Version1.14.RLS |
Type | Typejar |
Filename | Size |
---|---|
mybatis-1.14.RLS.pom | |
mybatis-1.14.RLS.jar | 11 KB |
mybatis-1.14.RLS-sources.jar | 8 KB |
mybatis-1.14.RLS-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.hereis.code/mybatis/ -->
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>mybatis</artifactId>
<version>1.14.RLS</version>
</dependency>
// https://jarcasting.com/artifacts/fun.hereis.code/mybatis/
implementation 'fun.hereis.code:mybatis:1.14.RLS'
// https://jarcasting.com/artifacts/fun.hereis.code/mybatis/
implementation ("fun.hereis.code:mybatis:1.14.RLS")
'fun.hereis.code:mybatis:jar:1.14.RLS'
<dependency org="fun.hereis.code" name="mybatis" rev="1.14.RLS">
<artifact name="mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.hereis.code', module='mybatis', version='1.14.RLS')
)
libraryDependencies += "fun.hereis.code" % "mybatis" % "1.14.RLS"
[fun.hereis.code/mybatis "1.14.RLS"]