License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdmdsal-artifacts |
Last Version | Last Version1.11.3 |
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 |
---|---|
mdsal-artifacts-1.11.3.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/mdsal-artifacts/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>1.11.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/mdsal-artifacts/
implementation 'org.opendaylight.controller:mdsal-artifacts:1.11.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/mdsal-artifacts/
implementation ("org.opendaylight.controller:mdsal-artifacts:1.11.3")
'org.opendaylight.controller:mdsal-artifacts:pom:1.11.3'
<dependency org="org.opendaylight.controller" name="mdsal-artifacts" rev="1.11.3">
<artifact name="mdsal-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='mdsal-artifacts', version='1.11.3')
)
libraryDependencies += "org.opendaylight.controller" % "mdsal-artifacts" % "1.11.3"
[org.opendaylight.controller/mdsal-artifacts "1.11.3"]