c

common-git

Provide git information for the artifact.
https://engine.yildiz-games.be
Files download
File Operation
common-git-1.0.5.jar download
common-git-1.0.5.pom download
common-git-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>common-git</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:common-git:1.0.5'
Gradle Kotlin
implementation("be.yildiz-games:common-git:1.0.5")
Scala SBT
libraryDependencies += "be.yildiz-games" % "common-git" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='common-git', version='1.0.5')
)
Apache Ivy
<dependency org="be.yildiz-games" name="common-git" rev="1.0.5" />
Leiningen
[be.yildiz-games/common-git "1.0.5"]
Apache Buildr
'be.yildiz-games:common-git:jar:1.0.5'