| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdco.logup |
| ArtifactId | ArtifactIdlogup-client |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogup Client
The LogUp SDK for JAVA provides JAVA APIs to integrate this system in your website backend.
|
| Filename | Size |
|---|---|
| logup-client-1.0.1.pom | |
| logup-client-1.0.1.jar | 11 KB |
| logup-client-1.0.1-sources.jar | 6 KB |
| logup-client-1.0.1-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.logup/logup-client/ -->
<dependency>
<groupId>co.logup</groupId>
<artifactId>logup-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.logup/logup-client/
implementation 'co.logup:logup-client:1.0.1'
// https://jarcasting.com/artifacts/co.logup/logup-client/
implementation ("co.logup:logup-client:1.0.1")
'co.logup:logup-client:jar:1.0.1'
<dependency org="co.logup" name="logup-client" rev="1.0.1">
<artifact name="logup-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.logup', module='logup-client', version='1.0.1')
)
libraryDependencies += "co.logup" % "logup-client" % "1.0.1"
[co.logup/logup-client "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20180130 |