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