MVN

cn.fxbin.bubble : bubble-fireworks-plugin-test

Maven & Gradle

May 11, 2021
2 usages
8 stars

bubble-fireworks-plugin-test · BubbleFireworks Plugin Test

<dependency>
    <groupId>cn.fxbin.bubble</groupId>
    <artifactId>bubble-fireworks-plugin-test</artifactId>
    <version>2021.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.fxbin.bubble : bubble-fireworks-plugin-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.5

All Versions

Choose a version of cn.fxbin.bubble : bubble-fireworks-plugin-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.5
bubble-fireworks-plugin-test-2021.5
1.0.x
bubble-fireworks-plugin-test-1.0.1-RELEASE
bubble-fireworks-plugin-test-1.0.0-RELEASE
0.0.x
bubble-fireworks-plugin-test-0.0.9-RELEASE
bubble-fireworks-plugin-test-0.0.8-RELEASE
bubble-fireworks-plugin-test-0.0.7-RELEASE
bubble-fireworks-plugin-test-0.0.6-RELEASE
bubble-fireworks-plugin-test-0.0.5-RELEASE
bubble-fireworks-plugin-test-0.0.4-RELEASE
bubble-fireworks-plugin-test-0.0.3-RELEASE

How to add a dependency to Maven

Add the following cn.fxbin.bubble : bubble-fireworks-plugin-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.fxbin.bubble</groupId>
    <artifactId>bubble-fireworks-plugin-test</artifactId>
    <version>2021.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.fxbin.bubble : bubble-fireworks-plugin-test gradle dependency to your build.gradle file:

implementation 'cn.fxbin.bubble:bubble-fireworks-plugin-test:2021.5'

Gradle Kotlin DSL: Add the following cn.fxbin.bubble : bubble-fireworks-plugin-test gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.fxbin.bubble:bubble-fireworks-plugin-test:2021.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.fxbin.bubble : bubble-fireworks-plugin-test sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.fxbin.bubble" % "bubble-fireworks-plugin-test" % "2021.5"

Advertisement