is not current version
Last Version 0.3

com.github.ansell.restlet-utils:restlet-utils 0.2

Utilities for use with Restlet

GroupId

GroupId

com.github.ansell.restlet-utils
ArtifactId

ArtifactId

restlet-utils
Version

Version

0.2
Type

Type

jar

Download restlet-utils 0.2


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