| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.whosly | 
    
| ArtifactId | ArtifactIdscanner8 | 
    
| Version | Version1.3.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionscanner8 
            jdk 1.8下的扫描工具 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| scanner8-1.3.0-RELEASE.pom | |
| scanner8-1.3.0-RELEASE.jar | 24 KB | 
| scanner8-1.3.0-RELEASE-sources.jar | 12 KB | 
| scanner8-1.3.0-RELEASE-javadoc.jar | 117 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.whosly/scanner8/ -->
<dependency>
    <groupId>com.whosly</groupId>
    <artifactId>scanner8</artifactId>
    <version>1.3.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.whosly/scanner8/
implementation 'com.whosly:scanner8:1.3.0-RELEASE'
                // https://jarcasting.com/artifacts/com.whosly/scanner8/
implementation ("com.whosly:scanner8:1.3.0-RELEASE")
                'com.whosly:scanner8:jar:1.3.0-RELEASE'
                <dependency org="com.whosly" name="scanner8" rev="1.3.0-RELEASE">
  <artifact name="scanner8" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.whosly', module='scanner8', version='1.3.0-RELEASE')
)
                libraryDependencies += "com.whosly" % "scanner8" % "1.3.0-RELEASE"
                [com.whosly/scanner8 "1.3.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| org.apache.commons : commons-collections4 | jar | 4.0 | 
| com.google.guava : guava | jar | 27.0.1-jre | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 | 
| org.slf4j : log4j-over-slf4j | jar | 1.7.25 | 
| ch.qos.logback : logback-classic | jar | 1.2.3 | 
| junit : junit | jar | 4.12 |