MVN

com.fizzgate : fizz-demo-plugin

Maven & Gradle

Nov 23, 2021
0 stars
<dependency>
    <groupId>com.fizzgate</groupId>
    <artifactId>fizz-demo-plugin</artifactId>
    <version>2.3.0-xxx</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.0-xxx
  • Latest Beta: 2.3.3-beta6

All Versions

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

Version Vulnerabilities Updated
2.3.x
fizz-demo-plugin-2.3.3-beta6
fizz-demo-plugin-2.3.0-xxx

How to add a dependency to Maven

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

<dependency>
    <groupId>com.fizzgate</groupId>
    <artifactId>fizz-demo-plugin</artifactId>
    <version>2.3.0-xxx</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.fizzgate:fizz-demo-plugin:2.3.0-xxx'

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

implementation("com.fizzgate:fizz-demo-plugin:2.3.0-xxx")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.fizzgate" % "fizz-demo-plugin" % "2.3.0-xxx"