is not current version
Last Version 0.1.2

com.github.prt2121:kpop-cli 0.1.1

cli for generating Kotlin extensions from Java static methods

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.prt2121
ArtifactId

ArtifactId

kpop-cli
Version

Version

0.1.1
Type

Type

jar

Download kpop-cli 0.1.1


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