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