MVN

com.fireflysource : firefly-boot

Maven & Gradle

Nov 30, 2018
1 usages
289 stars

firefly-boot

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-boot</artifactId>
    <version>5.0.0-dev6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fireflysource : firefly-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0-dev6

All Versions

Choose a version of com.fireflysource : firefly-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
firefly-boot-5.0.0-dev6
firefly-boot-5.0.0-dev5
firefly-boot-5.0.0-dev4
firefly-boot-5.0.0-dev2
firefly-boot-5.0.0-dev1
4.9.x
firefly-boot-4.9.5
firefly-boot-4.9.4
firefly-boot-4.9.3
firefly-boot-4.9.2
firefly-boot-4.9.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-boot</artifactId>
    <version>5.0.0-dev6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fireflysource : firefly-boot gradle dependency to your build.gradle file:

implementation 'com.fireflysource:firefly-boot:5.0.0-dev6'

Gradle Kotlin DSL: Add the following com.fireflysource : firefly-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fireflysource:firefly-boot:5.0.0-dev6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fireflysource : firefly-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fireflysource" % "firefly-boot" % "5.0.0-dev6"

Advertisement