Jar examples for c:classfinder
Classpath / folder scanner to find specific classes. Classes can be filtered with various filters to find only those that match some specific criteria.
You can download jar file classfinder 1.0 in this page.
BSD-style
You can use the following script to add classfinder-1.0.jar to your project.
<dependency> <groupId>com.poolik</groupId> <artifactId>classfinder</artifactId> <version>1.0</version> </dependency>
compile group: 'com.poolik', name: 'classfinder', version: '1.0'
libraryDependencies += "com.poolik" % "classfinder" % "1.0"
<dependency org="com.poolik" name="classfinder" rev="1.0"/>
@Grapes(@Grab(group='com.poolik', module='classfinder', version='1.0'))
'com.poolik:classfinder:jar:1.0'
Click the following link to download the jar file.
classfinder-1.0-javadoc.jar