License |
License |
---|---|
GroupId | GroupIdorg.opennms.alec.features |
ArtifactId | ArtifactIdgraph |
Version | Version2.0.0 |
Type | Typepom |
Description |
DescriptionALEC :: Features :: Graph
Architecture for Learning Enabled Correlation
|
Filename | Size |
---|---|
graph-2.0.0.pom | 744 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opennms.alec.features/graph/ -->
<dependency>
<groupId>org.opennms.alec.features</groupId>
<artifactId>graph</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opennms.alec.features/graph/
implementation 'org.opennms.alec.features:graph:2.0.0'
// https://jarcasting.com/artifacts/org.opennms.alec.features/graph/
implementation ("org.opennms.alec.features:graph:2.0.0")
'org.opennms.alec.features:graph:pom:2.0.0'
<dependency org="org.opennms.alec.features" name="graph" rev="2.0.0">
<artifact name="graph" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opennms.alec.features', module='graph', version='2.0.0')
)
libraryDependencies += "org.opennms.alec.features" % "graph" % "2.0.0"
[org.opennms.alec.features/graph "2.0.0"]