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