MVN

org.rsmod : rsmod-pathfinder

Maven & Gradle

May 12, 2023
81 stars

RS Mod Pathfinder · A custom BFS pathfinder implementation to emulate RS.

<dependency>
    <groupId>org.rsmod</groupId>
    <artifactId>rsmod-pathfinder</artifactId>
    <version>4.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rsmod : rsmod-pathfinder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.1

All Versions

Choose a version of org.rsmod : rsmod-pathfinder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
rsmod-pathfinder-4.2.1
rsmod-pathfinder-4.2.0
4.1.x
rsmod-pathfinder-4.1.0
4.0.x
rsmod-pathfinder-4.0.0
3.1.x
rsmod-pathfinder-3.1.0
3.0.x
rsmod-pathfinder-3.0.0
2.1.x
rsmod-pathfinder-2.1.1
rsmod-pathfinder-2.1.0
1.3.x
rsmod-pathfinder-1.3.0
1.1.x
rsmod-pathfinder-1.1.2
rsmod-pathfinder-1.1.1
rsmod-pathfinder-1.1.0
1.0.x
rsmod-pathfinder-1.0.0

How to add a dependency to Maven

Add the following org.rsmod : rsmod-pathfinder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rsmod</groupId>
    <artifactId>rsmod-pathfinder</artifactId>
    <version>4.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rsmod : rsmod-pathfinder gradle dependency to your build.gradle file:

implementation 'org.rsmod:rsmod-pathfinder:4.2.1'

Gradle Kotlin DSL: Add the following org.rsmod : rsmod-pathfinder gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rsmod:rsmod-pathfinder:4.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rsmod : rsmod-pathfinder sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rsmod" % "rsmod-pathfinder" % "4.2.1"

Advertisement