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

gitbucket.core.api.ApiRef.scala Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
package gitbucket.core.api

case class ApiObject(sha: String)

case class ApiRef(ref: String, `object`: ApiObject)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy