is not current version
Last Version 1.2.13

net.gjerull.etherpad:etherpad_lite_client 1.2.12

A Java client for Etherpad Lite���s HTTP JSON API. Etherpad Lite is a collaborative editor provided by the Etherpad Foundation.

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.gjerull.etherpad
ArtifactId

ArtifactId

etherpad_lite_client
Version

Version

1.2.12
Type

Type

jar

Download etherpad_lite_client 1.2.12


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