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.0.0.jar download
popkorn-compiler-2.0.0.pom download
popkorn-compiler-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.popkorn</groupId>
  <artifactId>popkorn-compiler</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'cc.popkorn:popkorn-compiler:2.0.0'
Gradle Kotlin
implementation("cc.popkorn:popkorn-compiler:2.0.0")
Scala SBT
libraryDependencies += "cc.popkorn" % "popkorn-compiler" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cc.popkorn', module='popkorn-compiler', version='2.0.0')
)
Apache Ivy
<dependency org="cc.popkorn" name="popkorn-compiler" rev="2.0.0" />
Leiningen
[cc.popkorn/popkorn-compiler "2.0.0"]
Apache Buildr
'cc.popkorn:popkorn-compiler:jar:2.0.0'