Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.lappsgrid |
ArtifactId | ArtifactIdclient |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
client-2.0.6.pom | |
client-2.0.6-sources.jar | 8 KB |
client-2.0.6-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lappsgrid/client/ -->
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>client</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.lappsgrid/client/
implementation 'org.lappsgrid:client:2.0.6'
// https://jarcasting.com/artifacts/org.lappsgrid/client/
implementation ("org.lappsgrid:client:2.0.6")
'org.lappsgrid:client:jar:2.0.6'
<dependency org="org.lappsgrid" name="client" rev="2.0.6">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lappsgrid', module='client', version='2.0.6')
)
libraryDependencies += "org.lappsgrid" % "client" % "2.0.6"
[org.lappsgrid/client "2.0.6"]