Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.error418.opennms |
ArtifactId | ArtifactIdevent-client |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
event-client-0.2.0.pom | |
event-client-0.2.0.jar | 25 KB |
event-client-0.2.0-sources.jar | 17 KB |
event-client-0.2.0-javadoc.jar | 157 KB |
Browse |
<!-- 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"]