License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.langrid |
ArtifactId | ArtifactIdjp.go.nict.langrid.client |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionClient Library
Client library including JSON-RPC client for the Service Grid Server Software and java web services.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.langrid/jp.go.nict.langrid.client/ -->
<dependency>
<groupId>org.langrid</groupId>
<artifactId>jp.go.nict.langrid.client</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.langrid/jp.go.nict.langrid.client/
implementation 'org.langrid:jp.go.nict.langrid.client:1.1.3'
// https://jarcasting.com/artifacts/org.langrid/jp.go.nict.langrid.client/
implementation ("org.langrid:jp.go.nict.langrid.client:1.1.3")
'org.langrid:jp.go.nict.langrid.client:jar:1.1.3'
<dependency org="org.langrid" name="jp.go.nict.langrid.client" rev="1.1.3">
<artifact name="jp.go.nict.langrid.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.langrid', module='jp.go.nict.langrid.client', version='1.1.3')
)
libraryDependencies += "org.langrid" % "jp.go.nict.langrid.client" % "1.1.3"
[org.langrid/jp.go.nict.langrid.client "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.langrid : jp.go.nict.langrid.commons | jar | 1.1.3 |
commons-codec : commons-codec | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |