MVN

cn.vonce : supercode-core

Maven & Gradle

Aug 22, 2023
0 stars

supercode-core · This is a code generator that can generate the corresponding business code through the database, or generate the corresponding business code and SQL statement that creates a table according to the entity class.

<dependency>
    <groupId>cn.vonce</groupId>
    <artifactId>supercode-core</artifactId>
    <version>1.0.0-beta6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.vonce : supercode-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta6
  • Latest Beta: 1.0.0-beta6

All Versions

Choose a version of cn.vonce : supercode-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
supercode-core-1.0.0-beta6
supercode-core-1.0.0-beta5
supercode-core-1.0.0-beta4
supercode-core-1.0.0-beta3
supercode-core-1.0.0-beta2
supercode-core-1.0.0-beta1

How to add a dependency to Maven

Add the following cn.vonce : supercode-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.vonce</groupId>
    <artifactId>supercode-core</artifactId>
    <version>1.0.0-beta6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.vonce : supercode-core gradle dependency to your build.gradle file:

implementation 'cn.vonce:supercode-core:1.0.0-beta6'

Gradle Kotlin DSL: Add the following cn.vonce : supercode-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.vonce:supercode-core:1.0.0-beta6")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.vonce : supercode-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.vonce" % "supercode-core" % "1.0.0-beta6"