d

dynver_2.12

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