is not current version
Last Version 1.0.1-RELEASE

com.fixiu:resources-scanner 1.0.0-RELEASE

A tool scan for resources and classes in classpaths

GroupId

GroupId

com.fixiu
ArtifactId

ArtifactId

resources-scanner
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download resources-scanner 1.0.0-RELEASE


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