m

mill-git_2.12

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