GroupId | GroupIdcom.lihongkun |
---|---|
ArtifactId | ArtifactIdrebatis |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rebatis-0.0.1.pom | |
rebatis-0.0.1.jar | 36 KB |
rebatis-0.0.1-sources.jar | 22 KB |
rebatis-0.0.1-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lihongkun/rebatis/ -->
<dependency>
<groupId>com.lihongkun</groupId>
<artifactId>rebatis</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihongkun/rebatis/
implementation 'com.lihongkun:rebatis:0.0.1'
// https://jarcasting.com/artifacts/com.lihongkun/rebatis/
implementation ("com.lihongkun:rebatis:0.0.1")
'com.lihongkun:rebatis:jar:0.0.1'
<dependency org="com.lihongkun" name="rebatis" rev="0.0.1">
<artifact name="rebatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihongkun', module='rebatis', version='0.0.1')
)
libraryDependencies += "com.lihongkun" % "rebatis" % "0.0.1"
[com.lihongkun/rebatis "0.0.1"]