is not current version
Last Version 1.1.3

com.github.aro-tech:interface-it 0.7.0

Java code generator to create an interface which delegates to a class's static methods

GroupId

GroupId

com.github.aro-tech
ArtifactId

ArtifactId

interface-it
Version

Version

0.7.0
Type

Type

jar

Download interface-it 0.7.0


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