Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.opendaylight.snmp4sdn |
ArtifactId | ArtifactIdsnmp4sdn_distribution |
Version | Version0.2.3-Lithium-SR3 |
Type | Typepom |
Filename | Size |
---|---|
snmp4sdn_distribution-0.2.3-Lithium-SR3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.snmp4sdn/snmp4sdn_distribution/ -->
<dependency>
<groupId>org.opendaylight.snmp4sdn</groupId>
<artifactId>snmp4sdn_distribution</artifactId>
<version>0.2.3-Lithium-SR3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.snmp4sdn/snmp4sdn_distribution/
implementation 'org.opendaylight.snmp4sdn:snmp4sdn_distribution:0.2.3-Lithium-SR3'
// https://jarcasting.com/artifacts/org.opendaylight.snmp4sdn/snmp4sdn_distribution/
implementation ("org.opendaylight.snmp4sdn:snmp4sdn_distribution:0.2.3-Lithium-SR3")
'org.opendaylight.snmp4sdn:snmp4sdn_distribution:pom:0.2.3-Lithium-SR3'
<dependency org="org.opendaylight.snmp4sdn" name="snmp4sdn_distribution" rev="0.2.3-Lithium-SR3">
<artifact name="snmp4sdn_distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.snmp4sdn', module='snmp4sdn_distribution', version='0.2.3-Lithium-SR3')
)
libraryDependencies += "org.opendaylight.snmp4sdn" % "snmp4sdn_distribution" % "0.2.3-Lithium-SR3"
[org.opendaylight.snmp4sdn/snmp4sdn_distribution "0.2.3-Lithium-SR3"]