MVN

top.tanmw : efficient-generator

Maven & Gradle

Jul 11, 2023
0 stars

efficient-generator · 用于 efficient-boot 的代码生成器

<dependency>
    <groupId>top.tanmw</groupId>
    <artifactId>efficient-generator</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.tanmw : efficient-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of top.tanmw : efficient-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
efficient-generator-1.3.5
efficient-generator-1.3.3
efficient-generator-1.3.2
efficient-generator-1.3.1
efficient-generator-1.3.0
1.2.x
efficient-generator-1.2.8
efficient-generator-1.2.7
efficient-generator-1.2.6
efficient-generator-1.2.5
0.0.x
efficient-generator-0.0.2
efficient-generator-0.0.1

How to add a dependency to Maven

Add the following top.tanmw : efficient-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.tanmw</groupId>
    <artifactId>efficient-generator</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.tanmw : efficient-generator gradle dependency to your build.gradle file:

implementation 'top.tanmw:efficient-generator:1.3.5'

Gradle Kotlin DSL: Add the following top.tanmw : efficient-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("top.tanmw:efficient-generator:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.tanmw : efficient-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "top.tanmw" % "efficient-generator" % "1.3.5"