MVN

com.runetopic.cache : loader

Maven & Gradle

Sep 14, 2021
8 stars

Xlite Cache Library Type Loaders · Definition types of runescape files.

<dependency>
    <groupId>com.runetopic.cache</groupId>
    <artifactId>loader</artifactId>
    <version>647.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.runetopic.cache : loader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 647.1

All Versions

Choose a version of com.runetopic.cache : loader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
647.1
loader-647.1
647.0
loader-647.0

How to add a dependency to Maven

Add the following com.runetopic.cache : loader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.runetopic.cache</groupId>
    <artifactId>loader</artifactId>
    <version>647.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.runetopic.cache : loader gradle dependency to your build.gradle file:

implementation 'com.runetopic.cache:loader:647.1'

Gradle Kotlin DSL: Add the following com.runetopic.cache : loader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.runetopic.cache:loader:647.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.runetopic.cache : loader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.runetopic.cache" % "loader" % "647.1"