Download interface-it-0.8.0.jar file - Jar i

Jar examples for i:interface-it

Description

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

You can download jar file interface-it 0.8.0 in this page.

License

Mozilla Public License 2.0

Build File

You can use the following script to add interface-it-0.8.0.jar to your project.

<dependency>
   <groupId>com.github.aro-tech</groupId>
   <artifactId>interface-it</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'com.github.aro-tech', name: 'interface-it', version: '0.8.0'
libraryDependencies += "com.github.aro-tech" % "interface-it" % "0.8.0"
<dependency org="com.github.aro-tech" name="interface-it" rev="0.8.0"/>
@Grapes(@Grab(group='com.github.aro-tech', module='interface-it', version='0.8.0'))
'com.github.aro-tech:interface-it:jar:0.8.0'

Download

Click the following link to download the jar file.

interface-it-0.8.0-javadoc.jar
interface-it-0.8.0-sources.jar
interface-it-0.8.0.jar
interface-it-0.8.0.pom



Related Tutorials