Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.opendaylight.mdsal |
ArtifactId | ArtifactIdmdsal-dom-inmemory-datastore-benchmark |
Version | Version6.0.8 |
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>6.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.mdsal/mdsal-dom-inmemory-datastore-benchmark/
implementation 'org.opendaylight.mdsal:mdsal-dom-inmemory-datastore-benchmark:6.0.8'
// https://jarcasting.com/artifacts/org.opendaylight.mdsal/mdsal-dom-inmemory-datastore-benchmark/
implementation ("org.opendaylight.mdsal:mdsal-dom-inmemory-datastore-benchmark:6.0.8")
'org.opendaylight.mdsal:mdsal-dom-inmemory-datastore-benchmark:jar:6.0.8'
<dependency org="org.opendaylight.mdsal" name="mdsal-dom-inmemory-datastore-benchmark" rev="6.0.8">
<artifact name="mdsal-dom-inmemory-datastore-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.mdsal', module='mdsal-dom-inmemory-datastore-benchmark', version='6.0.8')
)
libraryDependencies += "org.opendaylight.mdsal" % "mdsal-dom-inmemory-datastore-benchmark" % "6.0.8"
[org.opendaylight.mdsal/mdsal-dom-inmemory-datastore-benchmark "6.0.8"]