is not current version
Last Version 1.10.0-milestone-6

io.ratpack:ratpack-remote 1.7.2

Integration with the Groovy Remote Control library for Ratpack applications

Categories

Categories

Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-remote
Version

Version

1.7.2
Type

Type

jar

Download ratpack-remote 1.7.2


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