g

gogs

[Gogs](http://gogs/) - A self-hosted Git service written in Go
Files download
File Operation
gogs-2.2.23.1.jar download
gogs-2.2.23.1.pom download
gogs-2.2.23.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fabric8.jube.images.fabric8</groupId>
  <artifactId>gogs</artifactId>
  <version>2.2.23.1</version>
</dependency>
Gradle Groovy
implementation 'io.fabric8.jube.images.fabric8:gogs:2.2.23.1'
Gradle Kotlin
implementation("io.fabric8.jube.images.fabric8:gogs:2.2.23.1")
Scala SBT
libraryDependencies += "io.fabric8.jube.images.fabric8" % "gogs" % "2.2.23.1"
Groovy Grape
@Grapes(
  @Grab(group='io.fabric8.jube.images.fabric8', module='gogs', version='2.2.23.1')
)
Apache Ivy
<dependency org="io.fabric8.jube.images.fabric8" name="gogs" rev="2.2.23.1" />
Leiningen
[io.fabric8.jube.images.fabric8/gogs "2.2.23.1"]
Apache Buildr
'io.fabric8.jube.images.fabric8:gogs:jar:2.2.23.1'