Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcom.aspectran |
ArtifactId | ArtifactIdaspectran-with-mybatis |
Version | Version5.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-with-mybatis/ -->
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-mybatis</artifactId>
<version>5.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-mybatis/
implementation 'com.aspectran:aspectran-with-mybatis:5.9.6'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-mybatis/
implementation ("com.aspectran:aspectran-with-mybatis:5.9.6")
'com.aspectran:aspectran-with-mybatis:jar:5.9.6'
<dependency org="com.aspectran" name="aspectran-with-mybatis" rev="5.9.6">
<artifact name="aspectran-with-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-with-mybatis', version='5.9.6')
)
libraryDependencies += "com.aspectran" % "aspectran-with-mybatis" % "5.9.6"
[com.aspectran/aspectran-with-mybatis "5.9.6"]