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