GroupId | GroupIdcom.github.lizhiwei88 |
---|---|
ArtifactId | ArtifactIdeasyevent |
Version | Version0.1.1 |
Type | Typepom |
Filename | Size |
---|---|
easyevent-0.1.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent/ -->
<dependency>
<groupId>com.github.lizhiwei88</groupId>
<artifactId>easyevent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent/
implementation 'com.github.lizhiwei88:easyevent:0.1.1'
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent/
implementation ("com.github.lizhiwei88:easyevent:0.1.1")
'com.github.lizhiwei88:easyevent:pom:0.1.1'
<dependency org="com.github.lizhiwei88" name="easyevent" rev="0.1.1">
<artifact name="easyevent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lizhiwei88', module='easyevent', version='0.1.1')
)
libraryDependencies += "com.github.lizhiwei88" % "easyevent" % "0.1.1"
[com.github.lizhiwei88/easyevent "0.1.1"]