MVN

com.goyeau : mill-git_2.13

Maven & Gradle

May 27, 2021
5 stars

mill-git_2.13 · A git version plugin for Mill build tool

<dependency>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-git_2.13</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goyeau : mill-git_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.goyeau : mill-git_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
39e6073
mill-git_2.13-39e6073
48517e5
mill-git_2.13-48517e5
9977203
mill-git_2.13-9977203
5286023
mill-git_2.13-5286023
0.2.x
mill-git_2.13-0.2.2
mill-git_2.13-0.2.1
mill-git_2.13-0.2.0
0.1.x
mill-git_2.13-0.1.1
mill-git_2.13-0.1.0-8-5ed3839
mill-git_2.13-0.1.0-6-4254b37
mill-git_2.13-0.1.0-5-af33063
mill-git_2.13-0.1.0-4-9b459c6
2d01648
mill-git_2.13-2d01648
46f51a4
mill-git_2.13-46f51a4
fc9189d
mill-git_2.13-fc9189d
e8d8fae
mill-git_2.13-e8d8fae
22f8716
mill-git_2.13-22f8716
d14e75c
mill-git_2.13-d14e75c
bf2480c
mill-git_2.13-bf2480c
946280f
mill-git_2.13-946280f

How to add a dependency to Maven

Add the following com.goyeau : mill-git_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-git_2.13</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goyeau : mill-git_2.13 gradle dependency to your build.gradle file:

implementation 'com.goyeau:mill-git_2.13:0.2.2'

Gradle Kotlin DSL: Add the following com.goyeau : mill-git_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goyeau:mill-git_2.13:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goyeau : mill-git_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goyeau" % "mill-git_2.13" % "0.2.2"

Advertisement