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