is not current version
Last Version 1.2

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

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.0
Type

Type

jar

Download constant-pool-scanner 1.0


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