MVN

com.payneteasy.superfly : superfly-common

Maven & Gradle

Aug 07, 2023
8 usages

Common classes · Common classes used by other Superfly libraries

<dependency>
    <groupId>com.payneteasy.superfly</groupId>
    <artifactId>superfly-common</artifactId>
    <version>1.7-32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.payneteasy.superfly : superfly-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7-32

All Versions

Choose a version of com.payneteasy.superfly : superfly-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
superfly-common-1.7-32
superfly-common-1.7-31
superfly-common-1.7-30
superfly-common-1.7-29
superfly-common-1.7-28
superfly-common-1.7-27
superfly-common-1.7-26
superfly-common-1.7-25
superfly-common-1.7-24
superfly-common-1.7-22
superfly-common-1.7-21
superfly-common-1.7-20
superfly-common-1.7-19
superfly-common-1.7-18
superfly-common-1.7-16
superfly-common-1.7-15
superfly-common-1.7-14
superfly-common-1.7-13
superfly-common-1.7-12
superfly-common-1.7-11
superfly-common-1.7-10
superfly-common-1.7-8
superfly-common-1.7-7
superfly-common-1.7-6
superfly-common-1.7-4
superfly-common-1.7-3
superfly-common-1.7-2
superfly-common-1.7-1
1.6
superfly-common-1.6-13
superfly-common-1.6-12
superfly-common-1.6-11
superfly-common-1.6-10
superfly-common-1.6-9
superfly-common-1.6-8
superfly-common-1.6-7
superfly-common-1.6-6
superfly-common-1.6-5
superfly-common-1.6-4
superfly-common-1.6-3
superfly-common-1.6-2
superfly-common-1.6-1
1.5
superfly-common-1.5-3
superfly-common-1.5-2
superfly-common-1.5-1
1.4
superfly-common-1.4-3
superfly-common-1.4-2
superfly-common-1.4-1
1.3
superfly-common-1.3-9
superfly-common-1.3-8
superfly-common-1.3-7
superfly-common-1.3-6
superfly-common-1.3-5
superfly-common-1.3-4
superfly-common-1.3-3
superfly-common-1.3-2
1.2
superfly-common-1.2-15
superfly-common-1.2-12
superfly-common-1.2-11
superfly-common-1.2-10
superfly-common-1.2-9
superfly-common-1.2-8
superfly-common-1.2-7
superfly-common-1.2-6
superfly-common-1.2-5
superfly-common-1.2-4
superfly-common-1.2-3
superfly-common-1.2-2
superfly-common-1.2-1
1.1
superfly-common-1.1-2
superfly-common-1.1-1

How to add a dependency to Maven

Add the following com.payneteasy.superfly : superfly-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.payneteasy.superfly</groupId>
    <artifactId>superfly-common</artifactId>
    <version>1.7-32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.payneteasy.superfly : superfly-common gradle dependency to your build.gradle file:

implementation 'com.payneteasy.superfly:superfly-common:1.7-32'

Gradle Kotlin DSL: Add the following com.payneteasy.superfly : superfly-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.payneteasy.superfly:superfly-common:1.7-32")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.payneteasy.superfly : superfly-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.payneteasy.superfly" % "superfly-common" % "1.7-32"

Advertisement