MVN

org.codelibs : ranklib

Maven & Gradle

Aug 31, 2018
1 usages
93 stars

RankLib

<dependency>
    <groupId>org.codelibs</groupId>
    <artifactId>ranklib</artifactId>
    <version>2.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codelibs : ranklib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.1

All Versions

Choose a version of org.codelibs : ranklib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
ranklib-2.10.1
ranklib-2.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.codelibs</groupId>
    <artifactId>ranklib</artifactId>
    <version>2.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codelibs : ranklib gradle dependency to your build.gradle file:

implementation 'org.codelibs:ranklib:2.10.1'

Gradle Kotlin DSL: Add the following org.codelibs : ranklib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codelibs:ranklib:2.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codelibs : ranklib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codelibs" % "ranklib" % "2.10.1"

Advertisement