MVN

net.redora : api

Maven & Gradle

Feb 23, 2012
1 usages

Redora API

<dependency>
    <groupId>net.redora</groupId>
    <artifactId>api</artifactId>
    <version>1.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.redora : api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of net.redora : api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
api-1.9.2
api-1.9.1
1.7
api-1.7
1.6
api-1.6
1.5
api-1.5
1.4
api-1.4
1.3
api-1.3
1.2
api-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>net.redora</groupId>
    <artifactId>api</artifactId>
    <version>1.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.redora : api gradle dependency to your build.gradle file:

implementation 'net.redora:api:1.9.2'

Gradle Kotlin DSL: Add the following net.redora : api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.redora:api:1.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.redora : api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.redora" % "api" % "1.9.2"

Advertisement