Interface PluginDependency

    • Method Detail

      • id

        String id()
        Gets the id.

        Ids must conform to the following requirements:

        • Must be between 2 and 64 characters in length
        • Must start with a lower case letter (a-z)
        • May only contain a mix of lower case letters (a-z), numbers (0-9), dashes (-), and underscores (_)
        Returns:
        The id
      • version

        org.apache.maven.artifact.versioning.VersionRange version()
        Returns:
        The version, as a maven range.
      • optional

        boolean optional()
        Returns:
        True if optional, false if not