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