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

com.aragost.javahg:javahg-parent 0.2

Java interface using the Mercurial's commandserver

Категории

Категории

Mercurial Инструменты разработки Контроль версий
Группа

Группа

com.aragost.javahg
Идентификатор

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

javahg-parent
Версия

Версия

0.2
Тип

Тип

pom

Скачать javahg-parent 0.2

Имя Файла Размер
javahg-parent-0.2.pom 7 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.aragost.javahg/javahg-parent/ -->
<dependency>
    <groupId>com.aragost.javahg</groupId>
    <artifactId>javahg-parent</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aragost.javahg/javahg-parent/
implementation 'com.aragost.javahg:javahg-parent:0.2'
// https://jarcasting.com/artifacts/com.aragost.javahg/javahg-parent/
implementation ("com.aragost.javahg:javahg-parent:0.2")
'com.aragost.javahg:javahg-parent:pom:0.2'
<dependency org="com.aragost.javahg" name="javahg-parent" rev="0.2">
  <artifact name="javahg-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aragost.javahg', module='javahg-parent', version='0.2')
)
libraryDependencies += "com.aragost.javahg" % "javahg-parent" % "0.2"
[com.aragost.javahg/javahg-parent "0.2"]