MVN

com.github.jsurfer : jsurfer-all

Maven & Gradle

Dec 19, 2022
267 stars
<dependency>
    <groupId>com.github.jsurfer</groupId>
    <artifactId>jsurfer-all</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jsurfer : jsurfer-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.4

All Versions

Choose a version of com.github.jsurfer : jsurfer-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
jsurfer-all-1.6.4
jsurfer-all-1.6.3
jsurfer-all-1.6.2
jsurfer-all-1.6.1
jsurfer-all-1.6.0
1.5.x
jsurfer-all-1.5.1
jsurfer-all-1.5.0
1.4.x
jsurfer-all-1.4.3
jsurfer-all-1.4.2
jsurfer-all-1.4.1
1.4
jsurfer-all-1.4
1.3.x
jsurfer-all-1.3.2

How to add a dependency to Maven

Add the following com.github.jsurfer : jsurfer-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jsurfer</groupId>
    <artifactId>jsurfer-all</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jsurfer : jsurfer-all gradle dependency to your build.gradle file:

implementation 'com.github.jsurfer:jsurfer-all:1.6.4'

Gradle Kotlin DSL: Add the following com.github.jsurfer : jsurfer-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jsurfer:jsurfer-all:1.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jsurfer : jsurfer-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jsurfer" % "jsurfer-all" % "1.6.4"

Advertisement