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