p

popkorn-mingwx64

Powerful Dependency Injector for Kotlin
https://github.com/corbella83/PopKorn
The Apache Software License, Version 2.0
Pau Corbella
Files download
File Operation
popkorn-mingwx64-2.3.1.pom download
popkorn-mingwx64-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.popkorn</groupId>
  <artifactId>popkorn-mingwx64</artifactId>
  <version>2.3.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'cc.popkorn:popkorn-mingwx64:2.3.1'
Gradle Kotlin
implementation("cc.popkorn:popkorn-mingwx64:2.3.1")
Scala SBT
libraryDependencies += "cc.popkorn" % "popkorn-mingwx64" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='cc.popkorn', module='popkorn-mingwx64', version='2.3.1')
)
Apache Ivy
<dependency org="cc.popkorn" name="popkorn-mingwx64" rev="2.3.1" />
Leiningen
[cc.popkorn/popkorn-mingwx64 "2.3.1"]
Apache Buildr
'cc.popkorn:popkorn-mingwx64:jar:2.3.1'