GroupId | GroupIdorg.opendaylight.topoprocessing |
---|---|
ArtifactId | ArtifactIdmlmt-topology-parser |
Version | Version0.3.0-Carbon |
Type | Typepom |
Filename | Size |
---|---|
mlmt-topology-parser-0.3.0-Carbon.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.topoprocessing/mlmt-topology-parser/ -->
<dependency>
<groupId>org.opendaylight.topoprocessing</groupId>
<artifactId>mlmt-topology-parser</artifactId>
<version>0.3.0-Carbon</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.topoprocessing/mlmt-topology-parser/
implementation 'org.opendaylight.topoprocessing:mlmt-topology-parser:0.3.0-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.topoprocessing/mlmt-topology-parser/
implementation ("org.opendaylight.topoprocessing:mlmt-topology-parser:0.3.0-Carbon")
'org.opendaylight.topoprocessing:mlmt-topology-parser:pom:0.3.0-Carbon'
<dependency org="org.opendaylight.topoprocessing" name="mlmt-topology-parser" rev="0.3.0-Carbon">
<artifact name="mlmt-topology-parser" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.topoprocessing', module='mlmt-topology-parser', version='0.3.0-Carbon')
)
libraryDependencies += "org.opendaylight.topoprocessing" % "mlmt-topology-parser" % "0.3.0-Carbon"
[org.opendaylight.topoprocessing/mlmt-topology-parser "0.3.0-Carbon"]