vcs-semantic-version

Gradle plugin for populating project.version property based on semantic version specification (http://semver.org/).

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.moleksyuk
ArtifactId

ArtifactId

vcs-semantic-version
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

vcs-semantic-version
Gradle plugin for populating project.version property based on semantic version specification (http://semver.org/).
Project URL

Project URL

https://github.com/moleksyuk/vcs-semantic-version

Download vcs-semantic-version

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.moleksyuk/vcs-semantic-version/ -->
<dependency>
    <groupId>com.github.moleksyuk</groupId>
    <artifactId>vcs-semantic-version</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.moleksyuk/vcs-semantic-version/
implementation 'com.github.moleksyuk:vcs-semantic-version:1.1.3'
// https://jarcasting.com/artifacts/com.github.moleksyuk/vcs-semantic-version/
implementation ("com.github.moleksyuk:vcs-semantic-version:1.1.3")
'com.github.moleksyuk:vcs-semantic-version:jar:1.1.3'
<dependency org="com.github.moleksyuk" name="vcs-semantic-version" rev="1.1.3">
  <artifact name="vcs-semantic-version" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.moleksyuk', module='vcs-semantic-version', version='1.1.3')
)
libraryDependencies += "com.github.moleksyuk" % "vcs-semantic-version" % "1.1.3"
[com.github.moleksyuk/vcs-semantic-version "1.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.0-beta.5
0.1.0-beta.3
0.1.0-beta.2