License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Git Development Tools Version Controls |
GroupId | GroupIdcom.cinnober.gradle |
ArtifactId | ArtifactIdsemver-git |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsemver-git
Gradle plugin that combines git tags and semantic versioning, and sets the gradle version property accordingly.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
semver-git-2.5.0.pom | |
semver-git-2.5.0.jar | 10 KB |
semver-git-2.5.0-sources.jar | 3 KB |
semver-git-2.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |