License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.coretutorials |
ArtifactId | ArtifactIdbenchmark-artifacts |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
benchmark-artifacts-2.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.coretutorials/benchmark-artifacts/ -->
<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>benchmark-artifacts</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/benchmark-artifacts/
implementation 'org.opendaylight.coretutorials:benchmark-artifacts:2.2.0'
// https://jarcasting.com/artifacts/org.opendaylight.coretutorials/benchmark-artifacts/
implementation ("org.opendaylight.coretutorials:benchmark-artifacts:2.2.0")
'org.opendaylight.coretutorials:benchmark-artifacts:pom:2.2.0'
<dependency org="org.opendaylight.coretutorials" name="benchmark-artifacts" rev="2.2.0">
<artifact name="benchmark-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.coretutorials', module='benchmark-artifacts', version='2.2.0')
)
libraryDependencies += "org.opendaylight.coretutorials" % "benchmark-artifacts" % "2.2.0"
[org.opendaylight.coretutorials/benchmark-artifacts "2.2.0"]