Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for jcommander (0.15 sec)

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

        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"
        val jgitSsh = "org.eclipse.jgit:org.eclipse.jgit.ssh.apache"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. gradle/verification-metadata.xml

             </artifact>
          </component>
          <component group="com.beust" name="jcommander" version="1.35">
             <artifact name="jcommander-1.35.jar">
                <pgp value="F60DB6893AB3825459528EADCC54B93C018511A4"/>
             </artifact>
          </component>
          <component group="com.beust" name="jcommander" version="1.72">
             <artifact name="jcommander-1.72.jar">
                <pgp value="67497E9D680CE8E95BD6B8F85AD66315FC018797"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  3. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.jcifs)                 { version { strictly("1.3.17") }}
            api(libs.jclToSlf4j)            { version { strictly(slf4jVersion) }}
            api(libs.jcommander)            { version { strictly("1.78") }}
            api(libs.jetbrainsAnnotations)  { version { strictly("24.0.1") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskBridgingIntegrationTest.groovy

                        text = 'This is your commander speaking'
                    }
                    tasks.create("climbTask", ClimbTask) {}
                    tasks.create("jumpTask", JumpTask) {}
                    tasks.create("overruleTask", OverruleTask) {}
                }
            }
            apply type: Rules
            tasks.withType(OverruleTask) { it.text = "actionWoman I'm the real commander" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  5. docs/fr/docs/index.md

    INFO:     Waiting for application startup.
    INFO:     Application startup complete.
    ```
    
    </div>
    
    <details markdown="1">
    <summary>À propos de la commande <code>uvicorn main:app --reload</code> ...</summary>
    
    La commande `uvicorn main:app` fait référence à :
    
    * `main` : le fichier `main.py` (le "module" Python).
    * `app` : l'objet créé à l'intérieur de `main.py` avec la ligne `app = FastAPI()`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22K bytes
    - Viewed (0)
  6. pkg/config/validation/validation_test.go

    				CaCertificates:    "Commander William T. Riker",
    			},
    			"", "",
    		},
    		{
    			"simple sds with client bundle",
    			&networking.ServerTLSSettings{
    				Mode:              networking.ServerTLSSettings_SIMPLE,
    				ServerCertificate: "Captain Jean-Luc Picard",
    				PrivateKey:        "Khan Noonien Singh",
    				CaCertificates:    "Commander William T. Riker",
    				CredentialName:    "sds-name",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
Back to top