MVN

me.codeplayer : ready-x

Maven & Gradle

Apr 26, 2023
8 stars

ready-x · ready-x is a high-performance tool library for Java.

<dependency>
    <groupId>me.codeplayer</groupId>
    <artifactId>ready-x</artifactId>
    <version>3.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.codeplayer : ready-x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11.1

All Versions

Choose a version of me.codeplayer : ready-x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.11.x
ready-x-3.11.1
ready-x-3.11.0
3.10.x
ready-x-3.10.0
3.9.x
ready-x-3.9.2
ready-x-3.9.1
ready-x-3.9.0
3.8.x
ready-x-3.8.1
ready-x-3.8.0
3.7.x
ready-x-3.7.0
3.6.x
ready-x-3.6.1
ready-x-3.6.0
3.5.x
ready-x-3.5.1
ready-x-3.5.0
3.4.x
ready-x-3.4.0
3.3.x
ready-x-3.3.0
3.2.x
ready-x-3.2.2
3.1.x
ready-x-3.1.0
3.0.x
ready-x-3.0.1-RELEASE
ready-x-3.0.0-RELEASE
2.8.x
ready-x-2.8.0-RELEASE
2.8
ready-x-2.8-RELEASE
2.7
ready-x-2.7-RELEASE
2.6
ready-x-2.6-RELEASE
2.5.x
ready-x-2.5.2-RELEASE
ready-x-2.5.1-RELEASE

How to add a dependency to Maven

Add the following me.codeplayer : ready-x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.codeplayer</groupId>
    <artifactId>ready-x</artifactId>
    <version>3.11.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.codeplayer : ready-x gradle dependency to your build.gradle file:

implementation 'me.codeplayer:ready-x:3.11.1'

Gradle Kotlin DSL: Add the following me.codeplayer : ready-x gradle kotlin dependency to your build.gradle.kts file:

implementation("me.codeplayer:ready-x:3.11.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.codeplayer : ready-x sbt scala dependency to your build.sbt file:

libraryDependencies += "me.codeplayer" % "ready-x" % "3.11.1"

Advertisement