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