License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.prt2121 |
ArtifactId | ArtifactIdkpop-cli |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkpop-cli
cli for generating Kotlin extensions from Java static methods
|
Project URL |
Project URL |
Filename | Size |
---|---|
kpop-cli-0.1.2.pom | |
kpop-cli-0.1.2.jar | 2 MB |
kpop-cli-0.1.2-sources.jar | 1 KB |
kpop-cli-0.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.prt2121/kpop-cli/ -->
<dependency>
<groupId>com.github.prt2121</groupId>
<artifactId>kpop-cli</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prt2121/kpop-cli/
implementation 'com.github.prt2121:kpop-cli:0.1.2'
// https://jarcasting.com/artifacts/com.github.prt2121/kpop-cli/
implementation ("com.github.prt2121:kpop-cli:0.1.2")
'com.github.prt2121:kpop-cli:jar:0.1.2'
<dependency org="com.github.prt2121" name="kpop-cli" rev="0.1.2">
<artifact name="kpop-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prt2121', module='kpop-cli', version='0.1.2')
)
libraryDependencies += "com.github.prt2121" % "kpop-cli" % "0.1.2"
[com.github.prt2121/kpop-cli "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.1.0 |
commons-cli : commons-cli | jar | 1.3.1 |
com.github.prt2121 : kpop-core | jar | 0.1.2 |