GroupId | GroupIdio.eventcenter |
---|---|
ArtifactId | ArtifactIdec-api |
Version | Version1.7.1 |
Type | Typejar |
Filename | Size |
---|---|
ec-api-1.7.1.pom | |
ec-api-1.7.1.jar | 86 KB |
ec-api-1.7.1-sources.jar | 62 KB |
ec-api-1.7.1-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.eventcenter/ec-api/ -->
<dependency>
<groupId>io.eventcenter</groupId>
<artifactId>ec-api</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.eventcenter/ec-api/
implementation 'io.eventcenter:ec-api:1.7.1'
// https://jarcasting.com/artifacts/io.eventcenter/ec-api/
implementation ("io.eventcenter:ec-api:1.7.1")
'io.eventcenter:ec-api:jar:1.7.1'
<dependency org="io.eventcenter" name="ec-api" rev="1.7.1">
<artifact name="ec-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.eventcenter', module='ec-api', version='1.7.1')
)
libraryDependencies += "io.eventcenter" % "ec-api" % "1.7.1"
[io.eventcenter/ec-api "1.7.1"]