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