License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.tencent.angel |
ArtifactId | ArtifactIdclient |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionA stand alone industrial serving system for angel.
|
Filename | Size |
---|---|
client-0.1.0.pom | |
client-0.1.0.jar | 10 KB |
client-0.1.0-sources.jar | 5 KB |
client-0.1.0-javadoc.jar | 349 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.angel/client/ -->
<dependency>
<groupId>com.tencent.angel</groupId>
<artifactId>client</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.angel/client/
implementation 'com.tencent.angel:client:0.1.0'
// https://jarcasting.com/artifacts/com.tencent.angel/client/
implementation ("com.tencent.angel:client:0.1.0")
'com.tencent.angel:client:jar:0.1.0'
<dependency org="com.tencent.angel" name="client" rev="0.1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.angel', module='client', version='0.1.0')
)
libraryDependencies += "com.tencent.angel" % "client" % "0.1.0"
[com.tencent.angel/client "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tencent.angel : common | jar | 0.1.0 |
org.scala-lang : scala-library | jar | 2.11.8 |
org.scala-lang : scala-reflect | jar | 2.11.8 |
org.scala-lang : scala-compiler | jar | 2.11.8 |
org.glassfish.jersey.bundles : jaxrs-ri | jar | 2.4 |
com.typesafe.scala-logging : scala-logging_2.11 | jar | 3.9.0 |
io.grpc : grpc-all | jar | 1.17.1 |
io.grpc : grpc-core | jar | 1.17.1 |
io.grpc : grpc-services | jar | 1.17.1 |
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-log4j12 | jar | 1.6.2 |
org.slf4j : slf4j-api | jar | 1.6.2 |
com.sun.jersey : jersey-servlet | jar | 1.19.4 |
com.sun.jersey : jersey-json | jar | 1.19.4 |
com.sun.jersey : jersey-client | jar | 1.19.4 |
org.eclipse.jetty.aggregate : jetty-all-server | jar | 8.2.0.v20160908 |
org.apache.hadoop : hadoop-common | jar | 2.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.0.3 |
junit : junit | jar | 4.4 |