is not current version
Last Version 1.11.13.5.RELEASE

group.rxcloud:example 1.10.12.4.RELEASE


GroupId

GroupId

group.rxcloud
ArtifactId

ArtifactId

example
Version

Version

1.10.12.4.RELEASE
Type

Type

jar

Download example 1.10.12.4.RELEASE


<!-- https://jarcasting.com/artifacts/group.rxcloud/example/ -->
<dependency>
    <groupId>group.rxcloud</groupId>
    <artifactId>example</artifactId>
    <version>1.10.12.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/group.rxcloud/example/
implementation 'group.rxcloud:example:1.10.12.4.RELEASE'
// https://jarcasting.com/artifacts/group.rxcloud/example/
implementation ("group.rxcloud:example:1.10.12.4.RELEASE")
'group.rxcloud:example:jar:1.10.12.4.RELEASE'
<dependency org="group.rxcloud" name="example" rev="1.10.12.4.RELEASE">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.rxcloud', module='example', version='1.10.12.4.RELEASE')
)
libraryDependencies += "group.rxcloud" % "example" % "1.10.12.4.RELEASE"
[group.rxcloud/example "1.10.12.4.RELEASE"]