MVN

cn.featherfly.common : common-gentool

Maven & Gradle

Feb 21, 2023
1 usages
2 stars

common-gentool · common-gentool

<dependency>
    <groupId>cn.featherfly.common</groupId>
    <artifactId>common-gentool</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.featherfly.common : common-gentool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of cn.featherfly.common : common-gentool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
common-gentool-0.2.3
common-gentool-0.2.2
common-gentool-0.2.0
0.1.x
common-gentool-0.1.5
common-gentool-0.1.4

How to add a dependency to Maven

Add the following cn.featherfly.common : common-gentool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.featherfly.common</groupId>
    <artifactId>common-gentool</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.featherfly.common : common-gentool gradle dependency to your build.gradle file:

implementation 'cn.featherfly.common:common-gentool:0.2.3'

Gradle Kotlin DSL: Add the following cn.featherfly.common : common-gentool gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.featherfly.common:common-gentool:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.featherfly.common : common-gentool sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.featherfly.common" % "common-gentool" % "0.2.3"

Advertisement