is not current version
Last Version 0.3

com.googlecode.eventio:eventio-parent 0.1

EventIO is a lightweight event-driven programming with I/O support

GroupId

GroupId

com.googlecode.eventio
ArtifactId

ArtifactId

eventio-parent
Version

Version

0.1
Type

Type

pom

Download eventio-parent 0.1

Filename Size
eventio-parent-0.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-parent/
implementation 'com.googlecode.eventio:eventio-parent:0.1'
// https://jarcasting.com/artifacts/com.googlecode.eventio/eventio-parent/
implementation ("com.googlecode.eventio:eventio-parent:0.1")
'com.googlecode.eventio:eventio-parent:pom:0.1'
<dependency org="com.googlecode.eventio" name="eventio-parent" rev="0.1">
  <artifact name="eventio-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.eventio', module='eventio-parent', version='0.1')
)
libraryDependencies += "com.googlecode.eventio" % "eventio-parent" % "0.1"
[com.googlecode.eventio/eventio-parent "0.1"]