v

vcsversion

An ant task for fetch version control systems branch, revision and date properties
http://vcsversion.mebigfatguy.com
Apache 2 License
Dave Brosius
Files download
File Operation
vcsversion-0.5.0.jar download
vcsversion-0.5.0.pom download
vcsversion-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mebigfatguy.vcsversion</groupId>
  <artifactId>vcsversion</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.mebigfatguy.vcsversion:vcsversion:0.5.0'
Gradle Kotlin
implementation("com.mebigfatguy.vcsversion:vcsversion:0.5.0")
Scala SBT
libraryDependencies += "com.mebigfatguy.vcsversion" % "vcsversion" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mebigfatguy.vcsversion', module='vcsversion', version='0.5.0')
)
Apache Ivy
<dependency org="com.mebigfatguy.vcsversion" name="vcsversion" rev="0.5.0" />
Leiningen
[com.mebigfatguy.vcsversion/vcsversion "0.5.0"]
Apache Buildr
'com.mebigfatguy.vcsversion:vcsversion:jar:0.5.0'