| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.dreamlu |
| ArtifactId | ArtifactIdJFinal-event |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| JFinal-event-2.0.1.pom | |
| JFinal-event-2.0.1.jar | 25 KB |
| JFinal-event-2.0.1-sources.jar | 14 KB |
| JFinal-event-2.0.1-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.dreamlu/JFinal-event/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>JFinal-event</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/JFinal-event/
implementation 'net.dreamlu:JFinal-event:2.0.1'
// https://jarcasting.com/artifacts/net.dreamlu/JFinal-event/
implementation ("net.dreamlu:JFinal-event:2.0.1")
'net.dreamlu:JFinal-event:jar:2.0.1'
<dependency org="net.dreamlu" name="JFinal-event" rev="2.0.1">
<artifact name="JFinal-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='JFinal-event', version='2.0.1')
)
libraryDependencies += "net.dreamlu" % "JFinal-event" % "2.0.1"
[net.dreamlu/JFinal-event "2.0.1"]