文件下载
文件名 操作
commons-events-2.1.4.jar 下载
commons-events-2.1.4.pom 下载
commons-events-2.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.maif</groupId>
  <artifactId>commons-events</artifactId>
  <version>2.1.4</version>
</dependency>
Gradle Groovy
implementation 'fr.maif:commons-events:2.1.4'
Gradle Kotlin
implementation("fr.maif:commons-events:2.1.4")
Scala SBT
libraryDependencies += "fr.maif" % "commons-events" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='fr.maif', module='commons-events', version='2.1.4')
)
Apache Ivy
<dependency org="fr.maif" name="commons-events" rev="2.1.4" />
Leiningen
[fr.maif/commons-events "2.1.4"]
Apache Buildr
'fr.maif:commons-events:jar:2.1.4'
本项目依赖