Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for jCIFS (0.17 sec)

  1. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val jatl = "com.googlecode.jatl:jatl"
        val javaPoet = "com.squareup:javapoet"
        val jaxbCore = "com.sun.xml.bind:jaxb-core"
        val jaxbImpl = "com.sun.xml.bind:jaxb-impl"
        val jcifs = "jcifs:jcifs"
        val jclToSlf4j = "org.slf4j:jcl-over-slf4j"
        val jcommander = "com.beust:jcommander"
        val jetbrainsAnnotations = "org.jetbrains:annotations"
        val jgit = "org.eclipse.jgit:org.eclipse.jgit"
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Apr 16 15:50:58 GMT 2024
    - 14.4K bytes
    - Viewed (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

            // We only need a few utility classes of this module
            withLibraryDependencies<DependencyRemovalByNameRule>("jcifs:jcifs", setOf("servlet-api"))
    
            // Test dependencies - minify: remove unused transitive dependencies
            withLibraryDependencies<DependencyRemovalByNameRule>(
                "xyz.rogfam:littleproxy",
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Aug 24 23:27:45 GMT 2022
    - 9.1K bytes
    - Viewed (0)
  3. LICENSE

    com.sun.xml.bind:jaxb-impl
    
    ------------------------------------------------------------------------------
    LGPL 2.1
    https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
    
    org.samba.jcifs:jcifs
    
    org.jetbrains.intellij.deps:trove4j
    
    ------------------------------------------------------------------------------
    License for the GNU Trove library included by the Kotlin embeddable compiler
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Tue Jan 23 11:07:23 GMT 2024
    - 23.1K bytes
    - Viewed (0)
Back to top