Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdorg.mymmsc |
ArtifactId | ArtifactIdhotwheel-mybatis |
Version | Version5.5.3 |
Type | Typejar |
Filename | Size |
---|---|
hotwheel-mybatis-5.5.3.pom | |
hotwheel-mybatis-5.5.3.jar | 4 KB |
hotwheel-mybatis-5.5.3-sources.jar | 3 KB |
hotwheel-mybatis-5.5.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mymmsc/hotwheel-mybatis/ -->
<dependency>
<groupId>org.mymmsc</groupId>
<artifactId>hotwheel-mybatis</artifactId>
<version>5.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-mybatis/
implementation 'org.mymmsc:hotwheel-mybatis:5.5.3'
// https://jarcasting.com/artifacts/org.mymmsc/hotwheel-mybatis/
implementation ("org.mymmsc:hotwheel-mybatis:5.5.3")
'org.mymmsc:hotwheel-mybatis:jar:5.5.3'
<dependency org="org.mymmsc" name="hotwheel-mybatis" rev="5.5.3">
<artifact name="hotwheel-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mymmsc', module='hotwheel-mybatis', version='5.5.3')
)
libraryDependencies += "org.mymmsc" % "hotwheel-mybatis" % "5.5.3"
[org.mymmsc/hotwheel-mybatis "5.5.3"]