p

popkorn-compiler

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