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