| GroupId | GroupIdorg.opendaylight.mdsal.binding.model.ietf |
|---|---|
| ArtifactId | ArtifactIdrfc8542-ietf-dc-fabric-types |
| Version | Version7.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.mdsal.binding.model.ietf/rfc8542-ietf-dc-fabric-types/ -->
<dependency>
<groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
<artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.mdsal.binding.model.ietf/rfc8542-ietf-dc-fabric-types/
implementation 'org.opendaylight.mdsal.binding.model.ietf:rfc8542-ietf-dc-fabric-types:7.0.0'
// https://jarcasting.com/artifacts/org.opendaylight.mdsal.binding.model.ietf/rfc8542-ietf-dc-fabric-types/
implementation ("org.opendaylight.mdsal.binding.model.ietf:rfc8542-ietf-dc-fabric-types:7.0.0")
'org.opendaylight.mdsal.binding.model.ietf:rfc8542-ietf-dc-fabric-types:jar:7.0.0'
<dependency org="org.opendaylight.mdsal.binding.model.ietf" name="rfc8542-ietf-dc-fabric-types" rev="7.0.0">
<artifact name="rfc8542-ietf-dc-fabric-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.mdsal.binding.model.ietf', module='rfc8542-ietf-dc-fabric-types', version='7.0.0')
)
libraryDependencies += "org.opendaylight.mdsal.binding.model.ietf" % "rfc8542-ietf-dc-fabric-types" % "7.0.0"
[org.opendaylight.mdsal.binding.model.ietf/rfc8542-ietf-dc-fabric-types "7.0.0"]