License |
License |
---|---|
GroupId | GroupIdcom.googlecode.eventio |
ArtifactId | ArtifactIdeventio-parent |
Version | Version0.3 |
Type | Typepom |
Description |
DescriptionEventio
EventIO is a lightweight event-driven programming with I/O support
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eventio-parent-0.3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-parent/ -->
<dependency>
<groupId>com.googlecode.eventio</groupId>
<artifactId>eventio-parent</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-parent/
implementation 'com.googlecode.eventio:eventio-parent:0.3'
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-parent/
implementation ("com.googlecode.eventio:eventio-parent:0.3")
'com.googlecode.eventio:eventio-parent:pom:0.3'
<dependency org="com.googlecode.eventio" name="eventio-parent" rev="0.3">
<artifact name="eventio-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.eventio', module='eventio-parent', version='0.3')
)
libraryDependencies += "com.googlecode.eventio" % "eventio-parent" % "0.3"
[com.googlecode.eventio/eventio-parent "0.3"]