d

dynver_2.13

An sbt plugin to dynamically set your version from git
https://github.com/sbt/sbt-dynver
Apache-2.0
com.github.sbt
Dale Wijnand
Files download
File Operation
dynver_2.13-5.0.0-M4.jar download
dynver_2.13-5.0.0-M4.pom download
dynver_2.13-5.0.0-M4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>dynver_2.13</artifactId>
  <version>5.0.0-M4</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbt:dynver_2.13:5.0.0-M4'
Gradle Kotlin
implementation("com.github.sbt:dynver_2.13:5.0.0-M4")
Scala SBT
libraryDependencies += "com.github.sbt" % "dynver_2.13" % "5.0.0-M4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbt', module='dynver_2.13', version='5.0.0-M4')
)
Apache Ivy
<dependency org="com.github.sbt" name="dynver_2.13" rev="5.0.0-M4" />
Leiningen
[com.github.sbt/dynver_2.13 "5.0.0-M4"]
Apache Buildr
'com.github.sbt:dynver_2.13:jar:5.0.0-M4'