semver-git

Gradle plugin that combines git tags and semantic versioning, and sets the gradle version property accordingly.

License

License

Categories

Categories

Gradle Build Tools Git Development Tools Version Controls
GroupId

GroupId

com.cinnober.gradle
ArtifactId

ArtifactId

semver-git
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

semver-git
Gradle plugin that combines git tags and semantic versioning, and sets the gradle version property accordingly.
Project URL

Project URL

https://github.com/cinnober/semver-git
Source Code Management

Source Code Management

https://github.com/cinnober/semver-git

Download semver-git

How to add to project

<!-- https://jarcasting.com/artifacts/com.cinnober.gradle/semver-git/ -->
<dependency>
    <groupId>com.cinnober.gradle</groupId>
    <artifactId>semver-git</artifactId>
    <version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cinnober.gradle/semver-git/
implementation 'com.cinnober.gradle:semver-git:2.5.0'
// https://jarcasting.com/artifacts/com.cinnober.gradle/semver-git/
implementation ("com.cinnober.gradle:semver-git:2.5.0")
'com.cinnober.gradle:semver-git:jar:2.5.0'
<dependency org="com.cinnober.gradle" name="semver-git" rev="2.5.0">
  <artifact name="semver-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cinnober.gradle', module='semver-git', version='2.5.0')
)
libraryDependencies += "com.cinnober.gradle" % "semver-git" % "2.5.0"
[com.cinnober.gradle/semver-git "2.5.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.0
2.4.0
2.3.1
2.3.0
2.2.3
2.2.1
2.2.0