Etherpad Lite Client

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

License

License

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.gjerull.etherpad
ArtifactId

ArtifactId

etherpad_lite_client
Last Version

Last Version

1.2.13
Release Date

Release Date

Type

Type

jar
Description

Description

Etherpad Lite Client
A Java client for Etherpad Lite’s HTTP JSON API. Etherpad Lite is a collaborative editor provided by the Etherpad Foundation.
Project URL

Project URL

http://github.com/nilsfr/java-etherpad-lite
Source Code Management

Source Code Management

https://github.com/nilsfr/java-etherpad-lite/

Download etherpad_lite_client

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.googlecode.json-simple : json-simple jar 1.1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.13
1.2.12
1.2.1