Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.nfgraph |
ArtifactId | ArtifactIdnetflix-graph |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
netflix-graph-1.5.pom | |
netflix-graph-1.5.jar | 52 KB |
netflix-graph-1.5-sources.jar | 52 KB |
netflix-graph-1.5-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.nfgraph/netflix-graph/ -->
<dependency>
<groupId>com.netflix.nfgraph</groupId>
<artifactId>netflix-graph</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.nfgraph/netflix-graph/
implementation 'com.netflix.nfgraph:netflix-graph:1.5'
// https://jarcasting.com/artifacts/com.netflix.nfgraph/netflix-graph/
implementation ("com.netflix.nfgraph:netflix-graph:1.5")
'com.netflix.nfgraph:netflix-graph:jar:1.5'
<dependency org="com.netflix.nfgraph" name="netflix-graph" rev="1.5">
<artifact name="netflix-graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.nfgraph', module='netflix-graph', version='1.5')
)
libraryDependencies += "com.netflix.nfgraph" % "netflix-graph" % "1.5"
[com.netflix.nfgraph/netflix-graph "1.5"]