Download interface-it-1.0.1.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 1.0.1 in this page.

License

Mozilla Public License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials