i

interface-it

Java code generator to create an interface which delegates to a class's static methods
https://github.com/aro-tech/interface-it
Mozilla Public License 2.0
aro-tech
Files download
File Operation
interface-it-1.1.3.jar download
interface-it-1.1.3.pom download
interface-it-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aro-tech</groupId>
  <artifactId>interface-it</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.aro-tech:interface-it:1.1.3'
Gradle Kotlin
implementation("com.github.aro-tech:interface-it:1.1.3")
Scala SBT
libraryDependencies += "com.github.aro-tech" % "interface-it" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aro-tech', module='interface-it', version='1.1.3')
)
Apache Ivy
<dependency org="com.github.aro-tech" name="interface-it" rev="1.1.3" />
Leiningen
[com.github.aro-tech/interface-it "1.1.3"]
Apache Buildr
'com.github.aro-tech:interface-it:jar:1.1.3'