Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdio.github.xulinglin |
ArtifactId | ArtifactIdspace-mybatis |
Version | Version1.0.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
space-mybatis-1.0.2.RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xulinglin/space-mybatis/ -->
<dependency>
<groupId>io.github.xulinglin</groupId>
<artifactId>space-mybatis</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.xulinglin/space-mybatis/
implementation 'io.github.xulinglin:space-mybatis:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/io.github.xulinglin/space-mybatis/
implementation ("io.github.xulinglin:space-mybatis:1.0.2.RELEASE")
'io.github.xulinglin:space-mybatis:pom:1.0.2.RELEASE'
<dependency org="io.github.xulinglin" name="space-mybatis" rev="1.0.2.RELEASE">
<artifact name="space-mybatis" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.xulinglin', module='space-mybatis', version='1.0.2.RELEASE')
)
libraryDependencies += "io.github.xulinglin" % "space-mybatis" % "1.0.2.RELEASE"
[io.github.xulinglin/space-mybatis "1.0.2.RELEASE"]