| GroupId | GroupIdio.xream.rey |
|---|---|
| ArtifactId | ArtifactIdrey |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rey-1.0.0.pom | |
| rey-1.0.0.jar | 73 KB |
| rey-1.0.0-sources.jar | 62 KB |
| rey-1.0.0-javadoc.jar | 365 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.xream.rey/rey/ -->
<dependency>
<groupId>io.xream.rey</groupId>
<artifactId>rey</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.xream.rey/rey/
implementation 'io.xream.rey:rey:1.0.0'
// https://jarcasting.com/artifacts/io.xream.rey/rey/
implementation ("io.xream.rey:rey:1.0.0")
'io.xream.rey:rey:jar:1.0.0'
<dependency org="io.xream.rey" name="rey" rev="1.0.0">
<artifact name="rey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xream.rey', module='rey', version='1.0.0')
)
libraryDependencies += "io.xream.rey" % "rey" % "1.0.0"
[io.xream.rey/rey "1.0.0"]