e

events4j-kotlin

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