e

events4j-kotlin

Events4J - Kotlin extension functions
https://github.com/PhilippHeuer/events4j
MIT Licence
Philipp Heuer Sidd
文件下载
文件名 操作
events4j-kotlin-0.12.2.jar 下载
events4j-kotlin-0.12.2.pom 下载
events4j-kotlin-0.12.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.philippheuer.events4j</groupId>
  <artifactId>events4j-kotlin</artifactId>
  <version>0.12.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.philippheuer.events4j:events4j-kotlin:0.12.2'
Gradle Kotlin
implementation("com.github.philippheuer.events4j:events4j-kotlin:0.12.2")
Scala SBT
libraryDependencies += "com.github.philippheuer.events4j" % "events4j-kotlin" % "0.12.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.philippheuer.events4j', module='events4j-kotlin', version='0.12.2')
)
Apache Ivy
<dependency org="com.github.philippheuer.events4j" name="events4j-kotlin" rev="0.12.2" />
Leiningen
[com.github.philippheuer.events4j/events4j-kotlin "0.12.2"]
Apache Buildr
'com.github.philippheuer.events4j:events4j-kotlin:jar:0.12.2'