Last Version

Classfinder 1.0

Classpath / folder scanner to find specific classes. Classes can be filtered with various filters to find only those that match some specific criteria.

License

License

GroupId

GroupId

com.poolik
ArtifactId

ArtifactId

classfinder
Version

Version

1.0
Type

Type

jar
Description

Description

Classfinder
Classpath / folder scanner to find specific classes. Classes can be filtered with various filters to find only those that match some specific criteria.
Project URL

Project URL

https://github.com/poolik/classfinder

Download classfinder 1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.asm : asm jar 4.1
org.slf4j : slf4j-api jar 1.7.5
org.zeroturnaround : zt-zip jar 1.7

test (4)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.0.13
ch.qos.logback : logback-classic jar 1.0.13
org.jboss.shrinkwrap : shrinkwrap-depchain pom 1.2.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.