is not current version
Last Version 1.2

org.jenkins-ci:constant-pool-scanner 1.1

Simple utility to scan Java bytecode for class references in the constant pool.

Categories

Categories

Ant Build Tools Jenkins Continuous Integration and Continuous Delivery
GroupId

GroupId

org.jenkins-ci
ArtifactId

ArtifactId

constant-pool-scanner
Version

Version

1.1
Type

Type

jar

Download constant-pool-scanner 1.1


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