GroupId | GroupIdcom.tencent.angel |
---|---|
ArtifactId | ArtifactIdangel-ps-graph |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
angel-ps-graph-3.0.0.pom | |
angel-ps-graph-3.0.0.jar | 90 KB |
angel-ps-graph-3.0.0-sources.jar | 75 KB |
angel-ps-graph-3.0.0-javadoc.jar | 569 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tencent.angel/angel-ps-graph/ -->
<dependency>
<groupId>com.tencent.angel</groupId>
<artifactId>angel-ps-graph</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.angel/angel-ps-graph/
implementation 'com.tencent.angel:angel-ps-graph:3.0.0'
// https://jarcasting.com/artifacts/com.tencent.angel/angel-ps-graph/
implementation ("com.tencent.angel:angel-ps-graph:3.0.0")
'com.tencent.angel:angel-ps-graph:jar:3.0.0'
<dependency org="com.tencent.angel" name="angel-ps-graph" rev="3.0.0">
<artifact name="angel-ps-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.angel', module='angel-ps-graph', version='3.0.0')
)
libraryDependencies += "com.tencent.angel" % "angel-ps-graph" % "3.0.0"
[com.tencent.angel/angel-ps-graph "3.0.0"]