Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.rothschil |
ArtifactId | ArtifactIdpersistence-mybatis |
Version | Version1.1.14.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/persistence-mybatis/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>persistence-mybatis</artifactId>
<version>1.1.14.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-mybatis/
implementation 'io.github.rothschil:persistence-mybatis:1.1.14.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/persistence-mybatis/
implementation ("io.github.rothschil:persistence-mybatis:1.1.14.RELEASE")
'io.github.rothschil:persistence-mybatis:pom:1.1.14.RELEASE'
<dependency org="io.github.rothschil" name="persistence-mybatis" rev="1.1.14.RELEASE">
<artifact name="persistence-mybatis" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='persistence-mybatis', version='1.1.14.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "persistence-mybatis" % "1.1.14.RELEASE"
[io.github.rothschil/persistence-mybatis "1.1.14.RELEASE"]