Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for annotationProcessor (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. benchmarks/build.gradle

      }
      expression(project(path: ':modules:lang-expression', configuration: 'zip'))
      painless(project(path: ':modules:lang-painless', configuration: 'zip'))
      api "org.openjdk.jmh:jmh-core:$versions.jmh"
      annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:$versions.jmh"
      // Dependencies of JMH
      runtimeOnly 'net.sf.jopt-simple:jopt-simple:4.6'
      runtimeOnly 'org.apache.commons:commons-math3:3.2'
    }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 08 22:04:23 GMT 2021
    - 2.5K bytes
    - Click Count (0)
Back to Top