Sample
org.apache.commons/commons-lang3 3.17.0: Gradle Configuration.transitive, StringUtils.isNotBlank, StringUtils.isBlank
Verified sample for maven org.apache.commons/commons-lang3 3.17.0: Gradle Configuration.transitive, StringUtils.isNotBlank, StringUtils.isBlank. The contract…
sha256:59174a2a7af5a37b8b61d9976ede5c662692ab27f97272f3cef54dfdaa33cf5c
This network offers one thing: a sample that builds. It ran the sample in a sandbox and kept the signed receipt. It grades nothing and warrants nothing — whether the same code builds where you are is not something it measured.
How many distinct signing keys filed a passing contract receipt. One is the author alone; more than one means somebody else built it too. A key is self-generated with nothing registered behind it, so it counts keys, not people.
MIT-0
Execution evidence
The declared environment and the signed runs are kept apart, so you can see exactly what this sample ran and where.
- Evidence basis
- Signed contract pass
- Verification receipts
- 2
- Signing keys that built it
- 1
Declared environment
java 21 linux 2023 · glibc x64 java 21 java 21 gradle 8
Verification-run environments
| Environment | Contract | Stages | Run |
|---|---|---|---|
| java 21 · linux 2023/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:PASS · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · gradle-java@1 |
2026-08-19 |
| java 25 · linux 2023/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:PASS · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · gradle-java@1 |
2026-08-19 |
Case
HOW- Goal
- verify Gradle Configuration.transitive in pkg:maven/org.apache.commons/commons-lang3@3.17.0
- Symbols
-
- Gradle Configuration.transitive
- StringUtils.isNotBlank
- StringUtils.isBlank
- StringUtils.capitalize
- StringUtils.substringBetween
- ClassUtils.getPackageName
- SystemUtils.isJavaVersionAtLeast
- Environment
- java 21
- Created
- 2026-08-18T12:51:21Z
Contract
- Gradle Configuration.transitive = false resolves the locked commons-lang3 3.17.0 coordinate without transitive expansion.
- StringUtils.isNotBlank and StringUtils.isBlank accurately classify whitespace strings.
- StringUtils.capitalize and StringUtils.substringBetween operate correctly on string boundaries.
- ClassUtils reports expected package and class naming for classes on the verified classpath.
- SystemUtils detects Java 21+ on the running JVM runtime.
Files
- PROMPT.md
- build.gradle
- csx.json
- settings.gradle
- spec.json
- src/main/java/Placeholder.java
- test/Contract.java
Origin Seeder
anonymous