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