не последняя версия
Последняя версия 3.1.8

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

Example project to auto-deploy maven projects

Категории

Категории

Maven Компиляция и сборка Ant
Группа

Группа

com.github.evansiroky
Идентификатор

Идентификатор

maven-semantic-release-example
Версия

Версия

2.1.3
Тип

Тип

jar

Скачать maven-semantic-release-example 2.1.3


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