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