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