GroupId | GroupIdcom.oneandone |
---|---|
ArtifactId | ArtifactIdsnmpman-parent |
Version | Version1.4.8 |
Type | Typepom |
Filename | Size |
---|---|
snmpman-parent-1.4.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneandone/snmpman-parent/ -->
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>snmpman-parent</artifactId>
<version>1.4.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/snmpman-parent/
implementation 'com.oneandone:snmpman-parent:1.4.8'
// https://jarcasting.com/artifacts/com.oneandone/snmpman-parent/
implementation ("com.oneandone:snmpman-parent:1.4.8")
'com.oneandone:snmpman-parent:pom:1.4.8'
<dependency org="com.oneandone" name="snmpman-parent" rev="1.4.8">
<artifact name="snmpman-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='snmpman-parent', version='1.4.8')
)
libraryDependencies += "com.oneandone" % "snmpman-parent" % "1.4.8"
[com.oneandone/snmpman-parent "1.4.8"]