class Jars::GemspecArtifacts::Artifact

def key

def key
  args = [@group_id, @artifact_id]
  args << @classifier if @classifier
  args.join(':')
end