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