Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdcom.mebigfatguy.vcsversion |
ArtifactId | ArtifactIdvcsversion |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
vcsversion-0.2.0.pom | |
vcsversion-0.2.0.jar | 6 KB |
vcsversion-0.2.0-sources.jar | 12 KB |
vcsversion-0.2.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mebigfatguy.vcsversion/vcsversion/ -->
<dependency>
<groupId>com.mebigfatguy.vcsversion</groupId>
<artifactId>vcsversion</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mebigfatguy.vcsversion/vcsversion/
implementation 'com.mebigfatguy.vcsversion:vcsversion:0.2.0'
// https://jarcasting.com/artifacts/com.mebigfatguy.vcsversion/vcsversion/
implementation ("com.mebigfatguy.vcsversion:vcsversion:0.2.0")
'com.mebigfatguy.vcsversion:vcsversion:jar:0.2.0'
<dependency org="com.mebigfatguy.vcsversion" name="vcsversion" rev="0.2.0">
<artifact name="vcsversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mebigfatguy.vcsversion', module='vcsversion', version='0.2.0')
)
libraryDependencies += "com.mebigfatguy.vcsversion" % "vcsversion" % "0.2.0"
[com.mebigfatguy.vcsversion/vcsversion "0.2.0"]