is not current version
Last Version 0.2.1

com.github.error418.opennms:event-client 0.2.0

A Java OpenNMS client for creating events via ONMS eventd daemon.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.error418.opennms
ArtifactId

ArtifactId

event-client
Version

Version

0.2.0
Type

Type

jar

Download event-client 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.error418.opennms/event-client/ -->
<dependency>
    <groupId>com.github.error418.opennms</groupId>
    <artifactId>event-client</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.error418.opennms/event-client/
implementation 'com.github.error418.opennms:event-client:0.2.0'
// https://jarcasting.com/artifacts/com.github.error418.opennms/event-client/
implementation ("com.github.error418.opennms:event-client:0.2.0")
'com.github.error418.opennms:event-client:jar:0.2.0'
<dependency org="com.github.error418.opennms" name="event-client" rev="0.2.0">
  <artifact name="event-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.error418.opennms', module='event-client', version='0.2.0')
)
libraryDependencies += "com.github.error418.opennms" % "event-client" % "0.2.0"
[com.github.error418.opennms/event-client "0.2.0"]