MVN

com.fireflysource : firefly-kotlin-ext

Maven & Gradle

Nov 30, 2018
3 usages
289 stars

firefly-kotlin-ext

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

Latest Version

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

  • Latest Stable: 5.0.0-dev6

All Versions

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

Version Vulnerabilities Updated
5.0.x
firefly-kotlin-ext-5.0.0-dev6
firefly-kotlin-ext-5.0.0-dev5
firefly-kotlin-ext-5.0.0-dev4
firefly-kotlin-ext-5.0.0-dev2
firefly-kotlin-ext-5.0.0-dev1
4.9.x
firefly-kotlin-ext-4.9.5
firefly-kotlin-ext-4.9.4
firefly-kotlin-ext-4.9.3
firefly-kotlin-ext-4.9.2
firefly-kotlin-ext-4.9.1
4.8.x
firefly-kotlin-ext-4.8.1
firefly-kotlin-ext-4.8.0
4.7.x
firefly-kotlin-ext-4.7.0
4.6.x
firefly-kotlin-ext-4.6.5
firefly-kotlin-ext-4.6.4
firefly-kotlin-ext-4.6.3
firefly-kotlin-ext-4.6.2
firefly-kotlin-ext-4.6.1
firefly-kotlin-ext-4.6.0
4.5.x
firefly-kotlin-ext-4.5.0
4.4.x
firefly-kotlin-ext-4.4.0
4.3.x
firefly-kotlin-ext-4.3.1
firefly-kotlin-ext-4.3.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.fireflysource:firefly-kotlin-ext:5.0.0-dev6'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement