License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Net CLI User Interface |
GroupId | GroupIdnet.sf.okapi.longhorn |
ArtifactId | ArtifactIdlonghorn-js-client |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOkapi Longhorn JavaScript Client
A JavaScript Client for Okapi Longhorn API, written using ReactJS & ES6.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
longhorn-js-client-1.1.4.pom | |
longhorn-js-client-1.1.4.zip | 859 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.okapi.longhorn/longhorn-js-client/ -->
<dependency>
<groupId>net.sf.okapi.longhorn</groupId>
<artifactId>longhorn-js-client</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.okapi.longhorn/longhorn-js-client/
implementation 'net.sf.okapi.longhorn:longhorn-js-client:1.1.4'
// https://jarcasting.com/artifacts/net.sf.okapi.longhorn/longhorn-js-client/
implementation ("net.sf.okapi.longhorn:longhorn-js-client:1.1.4")
'net.sf.okapi.longhorn:longhorn-js-client:jar:1.1.4'
<dependency org="net.sf.okapi.longhorn" name="longhorn-js-client" rev="1.1.4">
<artifact name="longhorn-js-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.okapi.longhorn', module='longhorn-js-client', version='1.1.4')
)
libraryDependencies += "net.sf.okapi.longhorn" % "longhorn-js-client" % "1.1.4"
[net.sf.okapi.longhorn/longhorn-js-client "1.1.4"]