k

kommons-mingwx64

Features for Kotlin™ Multiplatform You Didn't Know You Were Missing
https://github.com/bkahlert/kommons/tree/master/kommons
MIT
Björn Kahlert
文件下载
文件名 操作
kommons-mingwx64-2.8.0.pom 下载
kommons-mingwx64-2.8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons-mingwx64</artifactId>
  <version>2.8.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons-mingwx64:2.8.0'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons-mingwx64:2.8.0")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons-mingwx64" % "2.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons-mingwx64', version='2.8.0')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons-mingwx64" rev="2.8.0" />
Leiningen
[com.bkahlert.kommons/kommons-mingwx64 "2.8.0"]
Apache Buildr
'com.bkahlert.kommons:kommons-mingwx64:jar:2.8.0'