module Maven::Tools::GAV

Public Class Methods

included( base ) click to toggle source
# File lib/maven/tools/model.rb, line 15
def self.included( base )
  base.attribute :group_id, String
  base.attribute :artifact_id, String
  base.attribute :version, String
end