Files download
File Operation
structure-mybatis-plus-generate-1.0.1.RELEASE.jar download
structure-mybatis-plus-generate-1.0.1.RELEASE.pom download
structure-mybatis-plus-generate-1.0.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.structured</groupId>
  <artifactId>structure-mybatis-plus-generate</artifactId>
  <version>1.0.1.RELEASE</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'cn.structured:structure-mybatis-plus-generate:1.0.1.RELEASE'
Gradle Kotlin
implementation("cn.structured:structure-mybatis-plus-generate:1.0.1.RELEASE")
Scala SBT
libraryDependencies += "cn.structured" % "structure-mybatis-plus-generate" % "1.0.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cn.structured', module='structure-mybatis-plus-generate', version='1.0.1.RELEASE')
)
Apache Ivy
<dependency org="cn.structured" name="structure-mybatis-plus-generate" rev="1.0.1.RELEASE" />
Leiningen
[cn.structured/structure-mybatis-plus-generate "1.0.1.RELEASE"]
Apache Buildr
'cn.structured:structure-mybatis-plus-generate:jar:1.0.1.RELEASE'