Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.myoss |
ArtifactId | ArtifactIdphoenix-mybatis |
Version | Version1.1.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
phoenix-mybatis-1.1.1.RELEASE.pom | |
phoenix-mybatis-1.1.1.RELEASE.jar | 145 KB |
phoenix-mybatis-1.1.1.RELEASE-sources.jar | 127 KB |
phoenix-mybatis-1.1.1.RELEASE-javadoc.jar | 606 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.myoss/phoenix-mybatis/ -->
<dependency>
<groupId>com.github.myoss</groupId>
<artifactId>phoenix-mybatis</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.myoss/phoenix-mybatis/
implementation 'com.github.myoss:phoenix-mybatis:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.myoss/phoenix-mybatis/
implementation ("com.github.myoss:phoenix-mybatis:1.1.1.RELEASE")
'com.github.myoss:phoenix-mybatis:jar:1.1.1.RELEASE'
<dependency org="com.github.myoss" name="phoenix-mybatis" rev="1.1.1.RELEASE">
<artifact name="phoenix-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.myoss', module='phoenix-mybatis', version='1.1.1.RELEASE')
)
libraryDependencies += "com.github.myoss" % "phoenix-mybatis" % "1.1.1.RELEASE"
[com.github.myoss/phoenix-mybatis "1.1.1.RELEASE"]