Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for closeDot (0.15 sec)

  1. src/cmd/go/internal/modload/query.go

    //
    //   - v1.2, denoting the latest available tagged version v1.2.x.
    //
    //   - v1.2.3, a semantic version string denoting that tagged version.
    //
    //   - <v1.2.3, <=v1.2.3, >v1.2.3, >=v1.2.3,
    //     denoting the version closest to the target and satisfying the given operator,
    //     with non-prereleases preferred over prereleases.
    //
    //   - a repository commit identifier or tag, denoting that commit.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    In fact, Gradle works with Maven-compatible repositories which makes it easy to migrate your dependencies.
    
    NOTE: One notable difference between the two tools is in how they manage version conflicts. Maven uses a "closest" match algorithm, whereas Gradle picks the newest.
    Don't worry though, you have a lot of control over which versions are selected, as documented in <<dependency_constraints.adoc#dependency-constraints,Managing Transitive Dependencies>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
Back to top