| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.fitbur.testify.archetype |
| Идентификатор | Идентификаторarchetype |
| Последняя версия | Последняя версия0.1.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеArchetype
An opinionated Java Testing Framework faithful to testing principles
and best practices.
|
| Организация-разработчик |
Организация-разработчикSharmarke Aden |
| Имя Файла | Размер |
|---|---|
| archetype-0.1.3.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fitbur.testify.archetype/archetype/ -->
<dependency>
<groupId>com.fitbur.testify.archetype</groupId>
<artifactId>archetype</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fitbur.testify.archetype/archetype/
implementation 'com.fitbur.testify.archetype:archetype:0.1.3'
// https://jarcasting.com/artifacts/com.fitbur.testify.archetype/archetype/
implementation ("com.fitbur.testify.archetype:archetype:0.1.3")
'com.fitbur.testify.archetype:archetype:pom:0.1.3'
<dependency org="com.fitbur.testify.archetype" name="archetype" rev="0.1.3">
<artifact name="archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fitbur.testify.archetype', module='archetype', version='0.1.3')
)
libraryDependencies += "com.fitbur.testify.archetype" % "archetype" % "0.1.3"
[com.fitbur.testify.archetype/archetype "0.1.3"]