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

org.smallmind.license.Root Maven / Gradle / Ivy

There is a newer version: 5.9.0
Show newest version
package org.smallmind.license;

public class Root {

  private String groupId;
  private String artifactId;

  public String getGroupId () {

    return groupId;
  }

  public String getArtifactId () {

    return artifactId;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy