Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdorg.opendaylight.coretutorials |
ArtifactId | ArtifactIddsbenchmark-artifacts |
Version | Version1.0.2-Lithium-SR2 |
Type | Typepom |
Filename | Size |
---|---|
dsbenchmark-artifacts-1.0.2-Lithium-SR2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-artifacts/ -->
<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>dsbenchmark-artifacts</artifactId>
<version>1.0.2-Lithium-SR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-artifacts/
implementation 'org.opendaylight.coretutorials:dsbenchmark-artifacts:1.0.2-Lithium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/dsbenchmark-artifacts/
implementation ("org.opendaylight.coretutorials:dsbenchmark-artifacts:1.0.2-Lithium-SR2")
'org.opendaylight.coretutorials:dsbenchmark-artifacts:pom:1.0.2-Lithium-SR2'
<dependency org="org.opendaylight.coretutorials" name="dsbenchmark-artifacts" rev="1.0.2-Lithium-SR2">
<artifact name="dsbenchmark-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.coretutorials', module='dsbenchmark-artifacts', version='1.0.2-Lithium-SR2')
)
libraryDependencies += "org.opendaylight.coretutorials" % "dsbenchmark-artifacts" % "1.0.2-Lithium-SR2"
[org.opendaylight.coretutorials/dsbenchmark-artifacts "1.0.2-Lithium-SR2"]