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