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