License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIddev.metaspace.plugin |
ArtifactId | ArtifactIdmybatis-generator-plugins |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.metaspace.plugin/mybatis-generator-plugins/ -->
<dependency>
<groupId>dev.metaspace.plugin</groupId>
<artifactId>mybatis-generator-plugins</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/dev.metaspace.plugin/mybatis-generator-plugins/
implementation 'dev.metaspace.plugin:mybatis-generator-plugins:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/dev.metaspace.plugin/mybatis-generator-plugins/
implementation ("dev.metaspace.plugin:mybatis-generator-plugins:1.0.0.RELEASE")
'dev.metaspace.plugin:mybatis-generator-plugins:jar:1.0.0.RELEASE'
<dependency org="dev.metaspace.plugin" name="mybatis-generator-plugins" rev="1.0.0.RELEASE">
<artifact name="mybatis-generator-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.metaspace.plugin', module='mybatis-generator-plugins', version='1.0.0.RELEASE')
)
libraryDependencies += "dev.metaspace.plugin" % "mybatis-generator-plugins" % "1.0.0.RELEASE"
[dev.metaspace.plugin/mybatis-generator-plugins "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.generator : mybatis-generator-core | jar | 1.3.7 |