docs.gradle.org

Contents 

  1. Description
  2. Method Summary
  3. Method Details
    1. create(CharSequence)
    2. create(String, String, String)
    3. create(String, String, String, String, String)
    4. create(FileCollection)
    5. create(Project)
    6. createProjectDependency(String)
    7. createProjectDependency()
    8. gradleApi()
    9. gradleTestKit()
    10. localGroovy()

Interface DependencyFactory

  • Method Summary

    Modifier and Type

    Method

    Description

    Deprecated.

    Use createProjectDependency(String) instead.

    gradleApi()

    Creates a dependency on the API of the current version of Gradle.

    Creates a dependency on the version of Groovy that is distributed with the current version of Gradle.

  • Method Details

    • create

    • create

    • create

    • create

    • create

    • createProjectDependency

    • createProjectDependency

    • gradleApi

    • gradleTestKit

    • localGroovy

Read the original on docs.gradle.org ↗