All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gv2011.m2t.GroupId Maven / Gradle / Ivy

The newest version!
package com.github.gv2011.m2t;

import com.github.gv2011.util.tstr.TypedString;

public interface GroupId extends TypedString{

  public static final String M2_NAME = "groupId";

  static GroupId create(final String groupIdString){
    return TypedString.create(GroupId.class, groupIdString);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy