m

mill-git_2.12

A git version plugin for Mill build tool
https://github.com/joan38/mill-git
MIT
Joan Goyeau
Files download
File Operation
mill-git_2.12-bf2480c.jar download
mill-git_2.12-bf2480c.pom download
mill-git_2.12-bf2480c-sources.jar download
Apache Maven
<dependency>
  <groupId>com.goyeau</groupId>
  <artifactId>mill-git_2.12</artifactId>
  <version>bf2480c</version>
</dependency>
Gradle Groovy
implementation 'com.goyeau:mill-git_2.12:bf2480c'
Gradle Kotlin
implementation("com.goyeau:mill-git_2.12:bf2480c")
Scala SBT
libraryDependencies += "com.goyeau" % "mill-git_2.12" % "bf2480c"
Groovy Grape
@Grapes(
  @Grab(group='com.goyeau', module='mill-git_2.12', version='bf2480c')
)
Apache Ivy
<dependency org="com.goyeau" name="mill-git_2.12" rev="bf2480c" />
Leiningen
[com.goyeau/mill-git_2.12 "bf2480c"]
Apache Buildr
'com.goyeau:mill-git_2.12:jar:bf2480c'