Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.itfinally |
ArtifactId | ArtifactIdmybatis-jpa |
Version | Version0.1.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
mybatis-jpa-0.1.0.RELEASE.pom | |
mybatis-jpa-0.1.0.RELEASE.jar | 172 KB |
mybatis-jpa-0.1.0.RELEASE-sources.jar | 81 KB |
mybatis-jpa-0.1.0.RELEASE-javadoc.jar | 647 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.itfinally/mybatis-jpa/ -->
<dependency>
<groupId>io.github.itfinally</groupId>
<artifactId>mybatis-jpa</artifactId>
<version>0.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.itfinally/mybatis-jpa/
implementation 'io.github.itfinally:mybatis-jpa:0.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.itfinally/mybatis-jpa/
implementation ("io.github.itfinally:mybatis-jpa:0.1.0.RELEASE")
'io.github.itfinally:mybatis-jpa:jar:0.1.0.RELEASE'
<dependency org="io.github.itfinally" name="mybatis-jpa" rev="0.1.0.RELEASE">
<artifact name="mybatis-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.itfinally', module='mybatis-jpa', version='0.1.0.RELEASE')
)
libraryDependencies += "io.github.itfinally" % "mybatis-jpa" % "0.1.0.RELEASE"
[io.github.itfinally/mybatis-jpa "0.1.0.RELEASE"]