| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.eventio |
| ArtifactId | ArtifactIdeventio |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEventio - Core Library
EventIO is a lightweight event-driven programming with I/O support
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| eventio-0.3.pom | |
| eventio-0.3.jar | 37 KB |
| eventio-0.3-sources.jar | 21 KB |
| eventio-0.3-javadoc.jar | 210 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.eventio/eventio/ -->
<dependency>
<groupId>com.googlecode.eventio</groupId>
<artifactId>eventio</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio/
implementation 'com.googlecode.eventio:eventio:0.3'
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio/
implementation ("com.googlecode.eventio:eventio:0.3")
'com.googlecode.eventio:eventio:jar:0.3'
<dependency org="com.googlecode.eventio" name="eventio" rev="0.3">
<artifact name="eventio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.eventio', module='eventio', version='0.3')
)
libraryDependencies += "com.googlecode.eventio" % "eventio" % "0.3"
[com.googlecode.eventio/eventio "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |