Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.gjerull.etherpad |
ArtifactId | ArtifactIdetherpad_lite_client |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.gjerull.etherpad/etherpad_lite_client/ -->
<dependency>
<groupId>net.gjerull.etherpad</groupId>
<artifactId>etherpad_lite_client</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.gjerull.etherpad/etherpad_lite_client/
implementation 'net.gjerull.etherpad:etherpad_lite_client:1.2.1'
// https://jarcasting.com/artifacts/net.gjerull.etherpad/etherpad_lite_client/
implementation ("net.gjerull.etherpad:etherpad_lite_client:1.2.1")
'net.gjerull.etherpad:etherpad_lite_client:jar:1.2.1'
<dependency org="net.gjerull.etherpad" name="etherpad_lite_client" rev="1.2.1">
<artifact name="etherpad_lite_client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gjerull.etherpad', module='etherpad_lite_client', version='1.2.1')
)
libraryDependencies += "net.gjerull.etherpad" % "etherpad_lite_client" % "1.2.1"
[net.gjerull.etherpad/etherpad_lite_client "1.2.1"]