| Лицензия |
Лицензия |
|---|---|
| Группа | Группаch.powerunit |
| Идентификатор | Идентификаторpowerunit-with-dependencies |
| Последняя версия | Последняя версия0.5.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPowerunit - Java Testing framework for JDK 1.8 - All dependencies included
This is a test framework for the JDK 1.8. - All dependencies included
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/ch.powerunit/powerunit-with-dependencies/ -->
<dependency>
<groupId>ch.powerunit</groupId>
<artifactId>powerunit-with-dependencies</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.powerunit/powerunit-with-dependencies/
implementation 'ch.powerunit:powerunit-with-dependencies:0.5.0'
// https://jarcasting.com/artifacts/ch.powerunit/powerunit-with-dependencies/
implementation ("ch.powerunit:powerunit-with-dependencies:0.5.0")
'ch.powerunit:powerunit-with-dependencies:jar:0.5.0'
<dependency org="ch.powerunit" name="powerunit-with-dependencies" rev="0.5.0">
<artifact name="powerunit-with-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.powerunit', module='powerunit-with-dependencies', version='0.5.0')
)
libraryDependencies += "ch.powerunit" % "powerunit-with-dependencies" % "0.5.0"
[ch.powerunit/powerunit-with-dependencies "0.5.0"]