| License | License
                                                        NetBeans CDDL/GPL                                                 | 
|---|---|
| Categories | CategoriesAnt Build Tools Jenkins Continuous Integration and Continuous Delivery | 
| GroupId | GroupIdorg.jenkins-ci | 
| ArtifactId | ArtifactIdconstant-pool-scanner | 
| Last Version | Last Version1.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionConstant Pool Scanner Simple utility to scan Java bytecode for class references in the constant pool. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.jenkins-ci/constant-pool-scanner/ -->
<dependency>
    <groupId>org.jenkins-ci</groupId>
    <artifactId>constant-pool-scanner</artifactId>
    <version>1.2</version>
</dependency>// https://jarcasting.com/artifacts/org.jenkins-ci/constant-pool-scanner/
implementation 'org.jenkins-ci:constant-pool-scanner:1.2'// https://jarcasting.com/artifacts/org.jenkins-ci/constant-pool-scanner/
implementation ("org.jenkins-ci:constant-pool-scanner:1.2")'org.jenkins-ci:constant-pool-scanner:jar:1.2'<dependency org="org.jenkins-ci" name="constant-pool-scanner" rev="1.2">
  <artifact name="constant-pool-scanner" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jenkins-ci', module='constant-pool-scanner', version='1.2')
)libraryDependencies += "org.jenkins-ci" % "constant-pool-scanner" % "1.2"[org.jenkins-ci/constant-pool-scanner "1.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.stephenc.findbugs : findbugs-annotations | jar | 1.3.9-1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.apache.commons : commons-io | jar | 1.3.2 |