| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.pholser |
| Идентификатор | Идентификаторlambspec-junit |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
Описаниеlambspec-junit
Assertion library for Java >= 8: JUnit functionality
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| lambspec-junit-1.0.pom | |
| lambspec-junit-1.0.jar | 3 KB |
| lambspec-junit-1.0-sources.jar | 2 KB |
| lambspec-junit-1.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pholser/lambspec-junit/ -->
<dependency>
<groupId>com.pholser</groupId>
<artifactId>lambspec-junit</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pholser/lambspec-junit/
implementation 'com.pholser:lambspec-junit:1.0'
// https://jarcasting.com/artifacts/com.pholser/lambspec-junit/
implementation ("com.pholser:lambspec-junit:1.0")
'com.pholser:lambspec-junit:jar:1.0'
<dependency org="com.pholser" name="lambspec-junit" rev="1.0">
<artifact name="lambspec-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pholser', module='lambspec-junit', version='1.0')
)
libraryDependencies += "com.pholser" % "lambspec-junit" % "1.0"
[com.pholser/lambspec-junit "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |