kpop-plugin

Gradle plugin for generating Kotlin extensions from Java static methods

License

License

GroupId

GroupId

com.github.prt2121
ArtifactId

ArtifactId

kpop-plugin
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

kpop-plugin
Gradle plugin for generating Kotlin extensions from Java static methods
Project URL

Project URL

https://github.com/prt2121/kpop

Download kpop-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.prt2121/kpop-plugin/ -->
<dependency>
    <groupId>com.github.prt2121</groupId>
    <artifactId>kpop-plugin</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prt2121/kpop-plugin/
implementation 'com.github.prt2121:kpop-plugin:0.1.2'
// https://jarcasting.com/artifacts/com.github.prt2121/kpop-plugin/
implementation ("com.github.prt2121:kpop-plugin:0.1.2")
'com.github.prt2121:kpop-plugin:jar:0.1.2'
<dependency org="com.github.prt2121" name="kpop-plugin" rev="0.1.2">
  <artifact name="kpop-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prt2121', module='kpop-plugin', version='0.1.2')
)
libraryDependencies += "com.github.prt2121" % "kpop-plugin" % "0.1.2"
[com.github.prt2121/kpop-plugin "0.1.2"]

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.1.0
com.github.prt2121 : kpop-core jar 0.1.2
com.android.tools.build : gradle jar 2.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.2
0.1.1