Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdcom.opsbears.webcomponents |
ArtifactId | ArtifactIdgraph |
Version | Version1.0.0-alpha8 |
Type | Typejar |
Filename | Size |
---|---|
graph-1.0.0-alpha8.pom | |
graph-1.0.0-alpha8.jar | 9 KB |
graph-1.0.0-alpha8-sources.jar | 3 KB |
graph-1.0.0-alpha8-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opsbears.webcomponents/graph/ -->
<dependency>
<groupId>com.opsbears.webcomponents</groupId>
<artifactId>graph</artifactId>
<version>1.0.0-alpha8</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsbears.webcomponents/graph/
implementation 'com.opsbears.webcomponents:graph:1.0.0-alpha8'
// https://jarcasting.com/artifacts/com.opsbears.webcomponents/graph/
implementation ("com.opsbears.webcomponents:graph:1.0.0-alpha8")
'com.opsbears.webcomponents:graph:jar:1.0.0-alpha8'
<dependency org="com.opsbears.webcomponents" name="graph" rev="1.0.0-alpha8">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsbears.webcomponents', module='graph', version='1.0.0-alpha8')
)
libraryDependencies += "com.opsbears.webcomponents" % "graph" % "1.0.0-alpha8"
[com.opsbears.webcomponents/graph "1.0.0-alpha8"]