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