d

dynver_3

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_3-5.1.0.jar download
dynver_3-5.1.0.pom download
dynver_3-5.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>dynver_3</artifactId>
  <version>5.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbt:dynver_3:5.1.0'
Gradle Kotlin
implementation("com.github.sbt:dynver_3:5.1.0")
Scala SBT
libraryDependencies += "com.github.sbt" % "dynver_3" % "5.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbt', module='dynver_3', version='5.1.0')
)
Apache Ivy
<dependency org="com.github.sbt" name="dynver_3" rev="5.1.0" />
Leiningen
[com.github.sbt/dynver_3 "5.1.0"]
Apache Buildr
'com.github.sbt:dynver_3:jar:5.1.0'