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