Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 92 for LEARN (0.12 sec)

  1. README.md

    ---
    
    "_If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]_"
    
    "_We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]_"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr1_gradle_init.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[partr1_gradle_init]]
    = Part 1: Initializing the Project
    
    Learn the basics of authoring Gradle by first creating a Java app using Gradle init.
    
    ****
    **In this section, you will:**
    
    - Initialize a Java project
    - Review the directory layout
    - Run a Java application
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 22:50:45 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    All that remain are a few other areas that may be useful following a migration:
    
     * Learn how to configure Gradle's <<build_environment#build_environment,build environment>>, including the JVM settings used to run it
     * Learn how to <<organizing_gradle_projects#organizing_gradle_projects,structure your builds effectively>>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

     * Learn how to configure Gradle's <<build_environment#build_environment,build environment>>, including the JVM settings used to run it
     * Learn how to <<organizing_gradle_projects#organizing_gradle_projects,structure your builds effectively>>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_maven.adoc

    A module published to a Maven repository can be consumed by Maven, Gradle (see <<declaring_dependencies.adoc#declaring-dependencies,Declaring Dependencies>>) and other tools that understand the Maven repository format.
    You can learn about the fundamentals of publishing in <<publishing_setup.adoc#publishing_overview,Publishing Overview>>.
    
    
    [[publishing_maven:usage]]
    == Usage
    
    To use the Maven Publish Plugin, include the following in your build script:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part1_gradle_init.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[part1_gradle_init]]
    = Part 1: Initializing the Project
    
    Learn the basics of Gradle by creating a Java app using Gradle init.
    
    ****
    **In this section you will:**
    
    - Initialize a new Gradle project
    - Build the project
    - Review Gradle's project structure
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  7. platforms/jvm/language-java/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainDownloadSpiIntegrationTest.groovy

                   .assertHasResolutions(
                       DocumentationUtils.normalizeDocumentationLink("Learn more about toolchain auto-detection at https://docs.gradle.org/current/userguide/toolchains.html#sec:auto_detection."),
                       DocumentationUtils.normalizeDocumentationLink("Learn more about toolchain repositories at https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories."),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 10:53:57 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/readme-templates/multi-common-body.adoc.template

    To prepare your software project for growth, you can organize a Gradle project into multiple subprojects to modularize the software you are building.
    In this guide, you'll learn how to structure such a project on the example of a ${language.raw} ${componentType.raw}.
    However, the general concepts apply for any software you are building with Gradle.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 08 11:21:22 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  9. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileToolchainIntegrationTest.groovy

            then:
            failure.assertHasCause("No locally installed toolchains match and toolchain auto-provisioning is not enabled.")
                .assertHasResolutions(
                    DocumentationUtils.normalizeDocumentationLink("Learn more about toolchain auto-detection at https://docs.gradle.org/current/userguide/toolchains.html#sec:auto_detection."),
                    STACKTRACE_MESSAGE,
                    INFO_DEBUG,
                    SCAN,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/building_java_projects.adoc

    In addition to the `main` source set, the Java Library Plugin defines a `test` source set that represents the project's tests.
    This source set is used by the `test` task, which runs the tests.
    You can learn more about this task and related topics in the <<java_testing.adoc#java_testing,Java testing>> chapter.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.1K bytes
    - Viewed (0)
Back to top