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