is not current version
Last Version 3.1.8

com.github.evansiroky:maven-semantic-release-example 2.0.1

Example project to auto-deploy maven projects

Categories

Categories

Maven Build Tools Ant
GroupId

GroupId

com.github.evansiroky
ArtifactId

ArtifactId

maven-semantic-release-example
Version

Version

2.0.1
Type

Type

jar

Download maven-semantic-release-example 2.0.1


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