License |
License |
---|---|
GroupId | GroupIdcom.zmannotes |
ArtifactId | ArtifactIdevent-loop |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionjava event-loop
a pure lightweight event-loop.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
event-loop-1.0.2.pom | |
event-loop-1.0.2.jar | 8 KB |
event-loop-1.0.2-sources.jar | 7 KB |
event-loop-1.0.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zmannotes/event-loop/ -->
<dependency>
<groupId>com.zmannotes</groupId>
<artifactId>event-loop</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zmannotes/event-loop/
implementation 'com.zmannotes:event-loop:1.0.2'
// https://jarcasting.com/artifacts/com.zmannotes/event-loop/
implementation ("com.zmannotes:event-loop:1.0.2")
'com.zmannotes:event-loop:jar:1.0.2'
<dependency org="com.zmannotes" name="event-loop" rev="1.0.2">
<artifact name="event-loop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zmannotes', module='event-loop', version='1.0.2')
)
libraryDependencies += "com.zmannotes" % "event-loop" % "1.0.2"
[com.zmannotes/event-loop "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.1.0 |