Annotation Type Maven

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Include versions defined as maven version ranges
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String artifactId
      The maven artifact id to match.
      String excludeVersion
      Excluded versions defined as maven version ranges
      String groupId
      The maven group id to match.
    • Element Detail

      • value

        String value
        Include versions defined as maven version ranges
        Returns:
      • excludeVersion

        String excludeVersion
        Excluded versions defined as maven version ranges
        Returns:
        Default:
        ""
      • artifactId

        String artifactId
        The maven artifact id to match.
        Returns:
        the string
        Default:
        ".*"
      • groupId

        String groupId
        The maven group id to match.
        Returns:
        Default:
        ".*"