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

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

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

import java.net.URI

final case class Repository(
  cloneUris: Repository.CloneUris,
  name: RepositoryName,
)

object Repository {
  final case class CloneUris(
    ssh: String,
    https: URI,
  )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy