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

org.testifyproject.examples:parent 0.9.0

Parent module of Testify Examples and Archetypes

Группа

Группа

org.testifyproject.examples
Идентификатор

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

parent
Версия

Версия

0.9.0
Тип

Тип

pom

Скачать parent 0.9.0

Имя Файла Размер
parent-0.9.0.pom 34 KB
Обзор

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