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