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