GroupId | GroupIdio.eventcenter |
---|---|
ArtifactId | ArtifactIdec-monitor-console |
Version | Version1.7 |
Type | Typewar |
Filename | Size |
---|---|
ec-monitor-console-1.7.pom | |
ec-monitor-console-1.7.war | 10 MB |
ec-monitor-console-1.7-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.eventcenter/ec-monitor-console/ -->
<dependency>
<groupId>io.eventcenter</groupId>
<artifactId>ec-monitor-console</artifactId>
<version>1.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.eventcenter/ec-monitor-console/
implementation 'io.eventcenter:ec-monitor-console:1.7'
// https://jarcasting.com/artifacts/io.eventcenter/ec-monitor-console/
implementation ("io.eventcenter:ec-monitor-console:1.7")
'io.eventcenter:ec-monitor-console:war:1.7'
<dependency org="io.eventcenter" name="ec-monitor-console" rev="1.7">
<artifact name="ec-monitor-console" type="war" />
</dependency>
@Grapes(
@Grab(group='io.eventcenter', module='ec-monitor-console', version='1.7')
)
libraryDependencies += "io.eventcenter" % "ec-monitor-console" % "1.7"
[io.eventcenter/ec-monitor-console "1.7"]