is not current version
Last Version 1.10.0-milestone-6

io.ratpack:ratpack-remote 0.9.15

Integration with the Groovy Remote Control library for Ratpack applications - http://groovy.codehaus.org/modules/remote/

Categories

Categories

Ratpack User Interface Web Frameworks
GroupId

GroupId

io.ratpack
ArtifactId

ArtifactId

ratpack-remote
Version

Version

0.9.15
Type

Type

jar

Download ratpack-remote 0.9.15


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