Files download
File Operation
events4j-api-0.9.6.jar download
events4j-api-0.9.6.pom download
events4j-api-0.9.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.philippheuer.events4j</groupId>
  <artifactId>events4j-api</artifactId>
  <version>0.9.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.philippheuer.events4j:events4j-api:0.9.6'
Gradle Kotlin
implementation("com.github.philippheuer.events4j:events4j-api:0.9.6")
Scala SBT
libraryDependencies += "com.github.philippheuer.events4j" % "events4j-api" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.philippheuer.events4j', module='events4j-api', version='0.9.6')
)
Apache Ivy
<dependency org="com.github.philippheuer.events4j" name="events4j-api" rev="0.9.6" />
Leiningen
[com.github.philippheuer.events4j/events4j-api "0.9.6"]
Apache Buildr
'com.github.philippheuer.events4j:events4j-api:jar:0.9.6'
Dependencies