Download class-finder-1.0.0.jar file - Jar c

Jar examples for c:class-finder

Description

A utility to find classes, designed for use at the REPL

You can download jar file class-finder 1.0.0 in this page.

License

Eclipse Public License

Build File

You can use the following script to add class-finder-1.0.0.jar to your project.

<dependency>
   <groupId>com.offbytwo.class-finder</groupId>
   <artifactId>class-finder</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.offbytwo.class-finder', name: 'class-finder', version: '1.0.0'
libraryDependencies += "com.offbytwo.class-finder" % "class-finder" % "1.0.0"
<dependency org="com.offbytwo.class-finder" name="class-finder" rev="1.0.0"/>
@Grapes(@Grab(group='com.offbytwo.class-finder', module='class-finder', version='1.0.0'))
'com.offbytwo.class-finder:class-finder:jar:1.0.0'

Download

Click the following link to download the jar file.

class-finder-1.0.0-sources.jar
class-finder-1.0.0.jar
class-finder-1.0.0.pom



Related Tutorials