is not current version
Last Version 3.9.1

me.codeplayer:ready-x 3.0.1-RELEASE

ready-x is a tool jar for Java.

GroupId

GroupId

me.codeplayer
ArtifactId

ArtifactId

ready-x
Version

Version

3.0.1-RELEASE
Type

Type

jar

Download ready-x 3.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/me.codeplayer/ready-x/ -->
<dependency>
    <groupId>me.codeplayer</groupId>
    <artifactId>ready-x</artifactId>
    <version>3.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.codeplayer/ready-x/
implementation 'me.codeplayer:ready-x:3.0.1-RELEASE'
// https://jarcasting.com/artifacts/me.codeplayer/ready-x/
implementation ("me.codeplayer:ready-x:3.0.1-RELEASE")
'me.codeplayer:ready-x:jar:3.0.1-RELEASE'
<dependency org="me.codeplayer" name="ready-x" rev="3.0.1-RELEASE">
  <artifact name="ready-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.codeplayer', module='ready-x', version='3.0.1-RELEASE')
)
libraryDependencies += "me.codeplayer" % "ready-x" % "3.0.1-RELEASE"
[me.codeplayer/ready-x "3.0.1-RELEASE"]