Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for snakeyaml (0.21 sec)

  1. platforms/native/platform-native/build.gradle.kts

        implementation(project(":process-services"))
    
        implementation(libs.commonsLang)
        implementation(libs.commonsIo)
        implementation(libs.gson)
        implementation(libs.guava)
        implementation(libs.snakeyaml)
    
        testFixturesApi(project(":resources"))
        testFixturesApi(testFixtures(project(":ide")))
        testFixturesImplementation(testFixtures(project(":core")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

        val pmavenCommon = "org.sonatype.pmaven:pmaven-common"
        val pmavenGroovy = "org.sonatype.pmaven:pmaven-groovy"
        val slf4jApi = "org.slf4j:slf4j-api"
        val slf4jSimple = "org.slf4j:slf4j-simple"
        val snakeyaml = "org.yaml:snakeyaml"
        val testng = "org.testng:testng"
        val tomlj = "org.tomlj:tomlj"
        val trove4j = "org.jetbrains.intellij.deps:trove4j"
        val jna = "net.java.dev.jna:jna"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaIntegrationTest.groovy

                'flexmark-util', 'flexmark-formatter', 'autolink-0.6', 'flexmark-jira-converter', 'antlr-3', 'jackson-annotations', 'jackson-core',
                'jackson-databind', 'snakeyaml', 'flexmark-ext-tables', 'flexmark-ext-ins', 'flexmark-ext-superscript', 'antlr-runtime', 'ST4'
            ]
            hasProjectLibrary('root.ipr', 'scala-sdk-3.0.1', [], [], [], scalaLibs + scaladocLibsAndDeps)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  4. subprojects/distributions-dependencies/build.gradle.kts

            api(libs.slf4jSimple)           { version { rejectAll(); because("We only need the logging API, we supply our own binding, which cause duplicate binding on class path error") }}
            api(libs.snakeyaml)             { version { strictly("2.0") }}
            api(libs.testng)                { version { strictly("6.3.1"); because("later versions break test cross-version test filtering") }}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  5. gradle/verification-metadata.xml

             <trusted-key id="0E18EAE07B7774EAC5DB3F2113BB90CE8EAFBE37" group="com.microsoft.playwright"/>
             <trusted-key id="120D6F34E627ED3A772EBBFE55C7E5E701832382" group="org.yaml" name="snakeyaml"/>
             <trusted-key id="160A7A9CF46221A56B06AD64461A804F2609FD89" group="^com[.]github[.]shyiko($|([.].*))" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  6. gradle/verification-keyring.keys

    wP/yCGQGvA27Omf2WgrpGukXiZFSBkCZPL+/rcP5dnVrCwneGCXluI+sONfybagy
    2nNTTJWxonBh7c5p
    =ksoJ
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    55C7E5E701832382
    uid    Andrey Somov (SnakeYAML) <******@****.***>
    
    sub    5668956215D1A088
    sub    568AFE3EC98892E4
    sub    576395D9ECC61C42
    sub    5923A9D358ADF744
    sub    594E23256A36A392
    sub    59992768673AE145
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
Back to top