Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,892 for 10$ (0.13 sec)

  1. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    - `url`: The location of the file. A string. In version 1.0, this must be a path relative to the module.
    - `size`: The size of the file in bytes. A number.
    - `sha1`: The SHA1 hash of the file content. A hex string.
    - `md5`: The MD5 hash of the file content. A hex string.
    
    ### Changelog
    
    #### 1.0
    
    - Initial release
    
    ## Example
    
    ```
    {
        "formatVersion": "1.0",
        "component": {
            "group": "my.group",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ModuleDependencyExcludeResolveIntegrationTest.groovy

                'b:b:1.0' {
                    dependsOn 'd:d:1.0'
                }
                'c:c:1.0' {
                    dependsOn 'e:e:1.0'
                }
                'd:d:1.0'()
                'e:e:1.0'()
                'f:f:1.0'()
                'g:g:1.0'()
            }
    
            repositoryInteractions {
                expectResolved.each {
                    "${it}:${it}:1.0" { expectResolve() }
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/integtests/resolve/consistency/JavaProjectResolutionConsistencyIntegrationTest.groovy

                    module('org:baz:1.0') {
                        byConsistentResolution('testCompileClasspath')
                        edge("org:transitive:1.2", "org:transitive:1.0") {
                            byConsistentResolution('testCompileClasspath')
                        }
                    }
                    constraint("org:foo:{strictly 1.0}", "org:foo:1.0")
                    constraint("org:baz:{strictly 1.0}", "org:baz:1.0")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/StrictVersionConstraintsIntegrationTest.groovy

            given:
            repository {
                'org:x1:1.0' {
                    dependsOn 'org:bar:1.0'
                    constraint(group: 'org', artifact: 'foo', strictly: '1.0')
                }
                'org:x2:1.0' {
                    dependsOn 'org:bar:1.0'
                }
                'org:foo:1.0'()
                'org:foo:2.0'()
                'org:bar:1.0' {
                    dependsOn 'org:foo:2.0'
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/MultipleVariantSelectionIntegrationTest.groovy

       Cannot select module with conflict on capability 'org.test:cap:1.0' also provided by [org:test:1.0(runtime), org:test:1.0(api)]""")
            } else {
                resolve.expectGraph {
                    root(":", ":test:") {
                        edge('org:test:1.0', 'org:test:1.0')
                        module('org:test:1.0') {
                            maybeByConflictResolution()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 22:29:19 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/EndorseStrictVersionsIntegrationTest.groovy

                    module('org:baz:1.0') {
                        module('org:platform:1.0') {
                            constraint('org:bar:1.0').byConstraint()
                            constraint('org:foo:{strictly 1.0}', 'org:foo:1.0')
                        }
                        edge('org:bar', 'org:bar:1.0') {
                            edge('org:foo:2.0', 'org:foo:1.0') {
                                notRequested()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/capabilities/CapabilitiesRulesIntegrationTest.groovy

                'javax:jaxb:1.0'()
                'jakarta:xml:2.0'()
                'sun:jaxb:1.0' {
                    dependsOn 'jakarta:xml:2.0'
                }
                'jersey:json:1.0' {
                    dependsOn 'sun:jaxb:1.0'
                }
                'hadoop:yarn:1.0' {
                    dependsOn 'javax:jaxb:1.0'
                    dependsOn 'jersey:json:1.0'
                }
                'javax:activation:1.0'()
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/gmm/GradleModuleMetadataAvailableAtIntegrationTest.groovy

                    }
                }
                'org:external:1.0' {
                    dependsOn('org:do_not_reach:1.0')
                }
            }
    
            buildFile << """
                dependencies {
                    conf("org:moduleB:1.0")
                }
            """
    
            when:
            repositoryInteractions {
                'org:moduleB:1.0' {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/constraints/PublishedDependencyConstraintsIntegrationTest.groovy

                'org:foo:1.0' {
                    dependsOn 'org:bar:1.1'
                }
                'org:bar:1.0'()
                'org:bar:1.1'()
                'org:first-level:1.0' {
                    constraint 'org:foo:1.0'
                }
            }
    
            buildFile << """
                dependencies {
                    conf 'org:first-level:1.0'
                    conf 'org:bar:1.0'
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/StrictVersionConstraintsFeatureInteractionIntegrationTest.groovy

            then:
            resolve.expectGraph {
                root(':', ':test:') {
                    module('org:bar:1.0') {
                        edge('org:baz:{strictly 1.0}', 'org:baz:1.0')
                        edge('org:foo:{strictly 1.0}', 'org:foo:1.0') {
                            edge('org:baz:2.0', 'org:baz:1.0').byAncestor()
                        }
                    }
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 15K bytes
    - Viewed (0)
Back to top