is not current version
Last Version 2.1.0

org.lappsgrid:client 2.0.5

Classes used in client side code to access datasources and services on the LAPPS grid.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.lappsgrid
ArtifactId

ArtifactId

client
Version

Version

2.0.5
Type

Type

jar

Download client 2.0.5


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