Last Version

com.github.lizhiwei88:easyevent 0.3

A tool easy to handle events

License

License

GroupId

GroupId

com.github.lizhiwei88
ArtifactId

ArtifactId

easyevent
Version

Version

0.3
Type

Type

pom
Description

Description

A tool easy to handle events
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/easyevent
Source Code Management

Source Code Management

https://github.com/lizhiwei88/easyevent

Download easyevent 0.3

Filename Size
easyevent-0.3.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent/ -->
<dependency>
    <groupId>com.github.lizhiwei88</groupId>
    <artifactId>easyevent</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent/
implementation 'com.github.lizhiwei88:easyevent:0.3'
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent/
implementation ("com.github.lizhiwei88:easyevent:0.3")
'com.github.lizhiwei88:easyevent:pom:0.3'
<dependency org="com.github.lizhiwei88" name="easyevent" rev="0.3">
  <artifact name="easyevent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lizhiwei88', module='easyevent', version='0.3')
)
libraryDependencies += "com.github.lizhiwei88" % "easyevent" % "0.3"
[com.github.lizhiwei88/easyevent "0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • example
  • easyevent-spring-boot-starter