Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdorg.jeeplus |
ArtifactId | ArtifactIdjeeplus-mybatis-dynamic-vue |
Version | Version6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jeeplus/jeeplus-mybatis-dynamic-vue/ -->
<dependency>
<groupId>org.jeeplus</groupId>
<artifactId>jeeplus-mybatis-dynamic-vue</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeeplus/jeeplus-mybatis-dynamic-vue/
implementation 'org.jeeplus:jeeplus-mybatis-dynamic-vue:6.0'
// https://jarcasting.com/artifacts/org.jeeplus/jeeplus-mybatis-dynamic-vue/
implementation ("org.jeeplus:jeeplus-mybatis-dynamic-vue:6.0")
'org.jeeplus:jeeplus-mybatis-dynamic-vue:jar:6.0'
<dependency org="org.jeeplus" name="jeeplus-mybatis-dynamic-vue" rev="6.0">
<artifact name="jeeplus-mybatis-dynamic-vue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeeplus', module='jeeplus-mybatis-dynamic-vue', version='6.0')
)
libraryDependencies += "org.jeeplus" % "jeeplus-mybatis-dynamic-vue" % "6.0"
[org.jeeplus/jeeplus-mybatis-dynamic-vue "6.0"]