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