MVN

net.hasor : hasor-rsf

Maven & Gradle

Mar 31, 2021
4 usages

Hasor-RSF/RPC · the Hasor Remote Service Framework project.

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>hasor-rsf</artifactId>
    <version>4.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hasor : hasor-rsf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.5

All Versions

Choose a version of net.hasor : hasor-rsf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
hasor-rsf-4.2.5
hasor-rsf-4.2.4
hasor-rsf-4.2.3
hasor-rsf-4.2.2
hasor-rsf-4.2.1
hasor-rsf-4.2.0
4.1.x
hasor-rsf-4.1.13
hasor-rsf-4.1.12
hasor-rsf-4.1.11
hasor-rsf-4.1.10
hasor-rsf-4.1.9
hasor-rsf-4.1.8
hasor-rsf-4.1.7
hasor-rsf-4.1.6
hasor-rsf-4.1.5
hasor-rsf-4.1.4
hasor-rsf-4.1.3
hasor-rsf-4.1.2
hasor-rsf-4.1.1
hasor-rsf-4.1.0
3.2.x
hasor-rsf-3.2.2-fix20191118
hasor-rsf-3.2.2
hasor-rsf-3.2.1
hasor-rsf-3.2.0
1.3.x
hasor-rsf-1.3.1
hasor-rsf-1.3.0
1.2.x
hasor-rsf-1.2.0
1.1.x
hasor-rsf-1.1.0
1.0.x
hasor-rsf-1.0.1
hasor-rsf-1.0.0

How to add a dependency to Maven

Add the following net.hasor : hasor-rsf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>hasor-rsf</artifactId>
    <version>4.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hasor : hasor-rsf gradle dependency to your build.gradle file:

implementation 'net.hasor:hasor-rsf:4.2.5'

Gradle Kotlin DSL: Add the following net.hasor : hasor-rsf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hasor:hasor-rsf:4.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hasor : hasor-rsf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hasor" % "hasor-rsf" % "4.2.5"

Advertisement