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

au.id.tmm.githubprlanguagedetection.github.model.RepositoryName.scala Maven / Gradle / Ivy

The newest version!
package au.id.tmm.githubprlanguagedetection.github.model

final case class RepositoryName(owner: String, repo: String) {
  def asString: String = s"$owner/$repo"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy