MVN

com.dieusoft.dw : jjfly

Maven & Gradle

Nov 02, 2018

jjfly · jjfly

<dependency>
    <groupId>com.dieusoft.dw</groupId>
    <artifactId>jjfly</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dieusoft.dw : jjfly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1
  • Latest Beta: 1.3.1-beta

All Versions

Choose a version of com.dieusoft.dw : jjfly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
jjfly-1.5.1
1.3.x
jjfly-1.3.4
jjfly-1.3.3.1
jjfly-1.3.3
jjfly-1.3.2
jjfly-1.3.1-beta
1.2.x
jjfly-1.2.29-beta
jjfly-1.2.28-beta
jjfly-1.2.24-beta
jjfly-1.2.21
jjfly-1.2.20
jjfly-1.2.19
jjfly-1.2.18
jjfly-1.2.1
1.1.x
jjfly-1.1.2

How to add a dependency to Maven

Add the following com.dieusoft.dw : jjfly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dieusoft.dw</groupId>
    <artifactId>jjfly</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dieusoft.dw : jjfly gradle dependency to your build.gradle file:

implementation 'com.dieusoft.dw:jjfly:1.5.1'

Gradle Kotlin DSL: Add the following com.dieusoft.dw : jjfly gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dieusoft.dw:jjfly:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dieusoft.dw : jjfly sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dieusoft.dw" % "jjfly" % "1.5.1"

Advertisement