MVN

com.feingto : feingto-plugin

Maven & Gradle

Jul 26, 2021
<dependency>
    <groupId>com.feingto</groupId>
    <artifactId>feingto-plugin</artifactId>
    <version>2.5.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.2.RELEASE

All Versions

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

Version Vulnerabilities Updated
2.5.x
feingto-plugin-2.5.2.RELEASE
feingto-plugin-2.5.1.RELEASE
2.4.x
feingto-plugin-2.4.9.RELEASE
feingto-plugin-2.4.8.RELEASE
feingto-plugin-2.4.7.RELEASE
feingto-plugin-2.4.6.RELEASE
feingto-plugin-2.4.5.RELEASE
feingto-plugin-2.4.3.RELEASE
feingto-plugin-2.4.2.RELEASE
feingto-plugin-2.4.1.RELEASE
feingto-plugin-2.4.0.RELEASE
2.3.x
feingto-plugin-2.3.9.RELEASE
feingto-plugin-2.3.8.RELEASE
feingto-plugin-2.3.7.RELEASE
feingto-plugin-2.3.6.RELEASE
feingto-plugin-2.3.5.RELEASE
feingto-plugin-2.3.1.RELEASE
feingto-plugin-2.3.0.RELEASE
2.2.x
feingto-plugin-2.2.9.RELEASE
feingto-plugin-2.2.8.RELEASE
feingto-plugin-2.2.7.RELEASE
feingto-plugin-2.2.6.RELEASE
feingto-plugin-2.2.5.RELEASE
feingto-plugin-2.2.3.RELEASE
feingto-plugin-2.2.2.RELEASE
feingto-plugin-2.2.1.RELEASE
feingto-plugin-2.2.0.RELEASE
2.1.x
feingto-plugin-2.1.9.RELEASE
feingto-plugin-2.1.8.RELEASE
feingto-plugin-2.1.7.RELEASE
feingto-plugin-2.1.6.RELEASE
feingto-plugin-2.1.5.RELEASE
feingto-plugin-2.1.3.RELEASE
feingto-plugin-2.1.2.RELEASE
feingto-plugin-2.1.1.RELEASE
feingto-plugin-2.1.0.RELEASE
2.0.x
feingto-plugin-2.0.9.RELEASE
feingto-plugin-2.0.8.RELEASE
feingto-plugin-2.0.6.RELEASE
feingto-plugin-2.0.5.RELEASE
feingto-plugin-2.0.2.RELEASE
feingto-plugin-2.0.1.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.feingto</groupId>
    <artifactId>feingto-plugin</artifactId>
    <version>2.5.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.feingto:feingto-plugin:2.5.2.RELEASE'

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

implementation("com.feingto:feingto-plugin:2.5.2.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.feingto" % "feingto-plugin" % "2.5.2.RELEASE"