Categories |
CategoriesJavaScript Languages Net CLI User Interface |
---|---|
GroupId | GroupIdnet.sf.okapi.longhorn |
ArtifactId | ArtifactIdlonghorn-js-client |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
longhorn-js-client-1.1.2.pom | |
longhorn-js-client-1.1.2.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.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.okapi.longhorn/longhorn-js-client/
implementation 'net.sf.okapi.longhorn:longhorn-js-client:1.1.2'
// https://jarcasting.com/artifacts/net.sf.okapi.longhorn/longhorn-js-client/
implementation ("net.sf.okapi.longhorn:longhorn-js-client:1.1.2")
'net.sf.okapi.longhorn:longhorn-js-client:jar:1.1.2'
<dependency org="net.sf.okapi.longhorn" name="longhorn-js-client" rev="1.1.2">
<artifact name="longhorn-js-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.okapi.longhorn', module='longhorn-js-client', version='1.1.2')
)
libraryDependencies += "net.sf.okapi.longhorn" % "longhorn-js-client" % "1.1.2"
[net.sf.okapi.longhorn/longhorn-js-client "1.1.2"]