Categories |
CategoriesNet MyBatis Data ORM |
---|---|
GroupId | GroupIdnet.oschina.j2cache |
ArtifactId | ArtifactIdj2cache-mybatis |
Version | Version2.5.0-release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-mybatis/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-mybatis</artifactId>
<version>2.5.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-mybatis/
implementation 'net.oschina.j2cache:j2cache-mybatis:2.5.0-release'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-mybatis/
implementation ("net.oschina.j2cache:j2cache-mybatis:2.5.0-release")
'net.oschina.j2cache:j2cache-mybatis:jar:2.5.0-release'
<dependency org="net.oschina.j2cache" name="j2cache-mybatis" rev="2.5.0-release">
<artifact name="j2cache-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-mybatis', version='2.5.0-release')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-mybatis" % "2.5.0-release"
[net.oschina.j2cache/j2cache-mybatis "2.5.0-release"]