Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for jnilib (0.04 sec)

  1. apache-maven/src/assembly/component.xml

        <fileSet>
          <directory>target/dependency/org/jline/nativ</directory>
          <outputDirectory>lib/jline-native</outputDirectory>
          <includes>
            <include>**/*.so</include>
            <include>**/*.jnilib</include>
            <include>**/*.dll</include>
          </includes>
        </fileSet>
    	<fileSet>
          <directory>src/assembly/maven/bin</directory>
          <outputDirectory>bin</outputDirectory>
          <includes>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Thu Oct 24 12:01:35 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val junit5Vintage = "org.junit.vintage:junit-vintage-engine"
        val junitPlatform = "org.junit.platform:junit-platform-launcher"
        val junitPlatformEngine = "org.junit.platform:junit-platform-engine"
        val jzlib = "com.jcraft:jzlib"
        val kotlinCompilerEmbeddable = futureKotlin("compiler-embeddable")
        val kotlinReflect = futureKotlin("reflect")
        val kotlinStdlib = futureKotlin("stdlib")
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Oct 29 08:06:17 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

    ## Dependencies
    
    ### Added
    - github.com/Microsoft/hnslib: [v0.0.7](https://github.com/Microsoft/hnslib/tree/v0.0.7)
    
    ### Changed
    - github.com/armon/circbuf: [bbbad09 → 5111143](https://github.com/armon/circbuf/compare/bbbad09...5111143)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
Back to top