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