MVN

com.feingto.cloud : feingto-plugin

Maven & Gradle

Aug 17, 2023
1 usages
<dependency>
    <groupId>com.feingto.cloud</groupId>
    <artifactId>feingto-plugin</artifactId>
    <version>2023.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.feingto.cloud : feingto-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.0.1

All Versions

Choose a version of com.feingto.cloud : feingto-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.0.x
feingto-plugin-2023.0.1
2022.0.x
feingto-plugin-2022.0.6
feingto-plugin-2022.0.5
feingto-plugin-2022.0.3
feingto-plugin-2022.0.2
feingto-plugin-2022.0.1
2020.0.x
feingto-plugin-2020.0.5
feingto-plugin-2020.0.3.5
feingto-plugin-2020.0.3.3
feingto-plugin-2020.0.3.2
feingto-plugin-2020.0.3.1
feingto-plugin-2020.0.3
feingto-plugin-2020.0.2
2.5.x
feingto-plugin-2.5.2.RELEASE

How to add a dependency to Maven

Add the following com.feingto.cloud : feingto-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.feingto.cloud</groupId>
    <artifactId>feingto-plugin</artifactId>
    <version>2023.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.feingto.cloud : feingto-plugin gradle dependency to your build.gradle file:

implementation 'com.feingto.cloud:feingto-plugin:2023.0.1'

Gradle Kotlin DSL: Add the following com.feingto.cloud : feingto-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.feingto.cloud:feingto-plugin:2023.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.feingto.cloud : feingto-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.feingto.cloud" % "feingto-plugin" % "2023.0.1"