Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.opendaylight.mdsal |
ArtifactId | ArtifactIdmdsal-dom-inmemory-datastore-benchmark |
Version | Version7.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.mdsal/mdsal-dom-inmemory-datastore-benchmark/ -->
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-dom-inmemory-datastore-benchmark</artifactId>
<version>7.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.mdsal/mdsal-dom-inmemory-datastore-benchmark/
implementation 'org.opendaylight.mdsal:mdsal-dom-inmemory-datastore-benchmark:7.0.6'
// https://jarcasting.com/artifacts/org.opendaylight.mdsal/mdsal-dom-inmemory-datastore-benchmark/
implementation ("org.opendaylight.mdsal:mdsal-dom-inmemory-datastore-benchmark:7.0.6")
'org.opendaylight.mdsal:mdsal-dom-inmemory-datastore-benchmark:jar:7.0.6'
<dependency org="org.opendaylight.mdsal" name="mdsal-dom-inmemory-datastore-benchmark" rev="7.0.6">
<artifact name="mdsal-dom-inmemory-datastore-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.mdsal', module='mdsal-dom-inmemory-datastore-benchmark', version='7.0.6')
)
libraryDependencies += "org.opendaylight.mdsal" % "mdsal-dom-inmemory-datastore-benchmark" % "7.0.6"
[org.opendaylight.mdsal/mdsal-dom-inmemory-datastore-benchmark "7.0.6"]