| GroupId | GroupIdme.codeplayer |
|---|---|
| ArtifactId | ArtifactIdready-x |
| Version | Version3.2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ready-x-3.2.2.pom | |
| ready-x-3.2.2.jar | 91 KB |
| ready-x-3.2.2-sources.jar | 67 KB |
| ready-x-3.2.2-javadoc.jar | 738 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.codeplayer/ready-x/ -->
<dependency>
<groupId>me.codeplayer</groupId>
<artifactId>ready-x</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.codeplayer/ready-x/
implementation 'me.codeplayer:ready-x:3.2.2'
// https://jarcasting.com/artifacts/me.codeplayer/ready-x/
implementation ("me.codeplayer:ready-x:3.2.2")
'me.codeplayer:ready-x:jar:3.2.2'
<dependency org="me.codeplayer" name="ready-x" rev="3.2.2">
<artifact name="ready-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.codeplayer', module='ready-x', version='3.2.2')
)
libraryDependencies += "me.codeplayer" % "ready-x" % "3.2.2"
[me.codeplayer/ready-x "3.2.2"]