License |
License |
---|---|
GroupId | GroupIdcom.github.lizhiwei88 |
ArtifactId | ArtifactIdeasyevent-core |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionA tool easy to handle events
|
Project URL |
Project URL |
Filename | Size |
---|---|
easyevent-core-0.3.pom | |
easyevent-core-0.3.jar | 8 KB |
easyevent-core-0.3-sources.jar | 7 KB |
easyevent-core-0.3-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent-core/ -->
<dependency>
<groupId>com.github.lizhiwei88</groupId>
<artifactId>easyevent-core</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent-core/
implementation 'com.github.lizhiwei88:easyevent-core:0.3'
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent-core/
implementation ("com.github.lizhiwei88:easyevent-core:0.3")
'com.github.lizhiwei88:easyevent-core:jar:0.3'
<dependency org="com.github.lizhiwei88" name="easyevent-core" rev="0.3">
<artifact name="easyevent-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lizhiwei88', module='easyevent-core', version='0.3')
)
libraryDependencies += "com.github.lizhiwei88" % "easyevent-core" % "0.3"
[com.github.lizhiwei88/easyevent-core "0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |