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