License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.bjiaolong |
ArtifactId | ArtifactIdmybatis-generator-plugins |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.bjiaolong/mybatis-generator-plugins/ -->
<dependency>
<groupId>com.bjiaolong</groupId>
<artifactId>mybatis-generator-plugins</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bjiaolong/mybatis-generator-plugins/
implementation 'com.bjiaolong:mybatis-generator-plugins:1.0.0'
// https://jarcasting.com/artifacts/com.bjiaolong/mybatis-generator-plugins/
implementation ("com.bjiaolong:mybatis-generator-plugins:1.0.0")
'com.bjiaolong:mybatis-generator-plugins:jar:1.0.0'
<dependency org="com.bjiaolong" name="mybatis-generator-plugins" rev="1.0.0">
<artifact name="mybatis-generator-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bjiaolong', module='mybatis-generator-plugins', version='1.0.0')
)
libraryDependencies += "com.bjiaolong" % "mybatis-generator-plugins" % "1.0.0"
[com.bjiaolong/mybatis-generator-plugins "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.6 |
org.freemarker : freemarker | jar | 2.3.28 |
dom4j : dom4j | jar | 1.6.1 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 5.1.40 |