| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.ow2.petals |
| Идентификатор | Идентификаторpetals-bc-rest-junit |
| Версия | Версия2.2.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-bc-rest-junit/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-bc-rest-junit</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-bc-rest-junit/
implementation 'org.ow2.petals:petals-bc-rest-junit:2.2.1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-bc-rest-junit/
implementation ("org.ow2.petals:petals-bc-rest-junit:2.2.1")
'org.ow2.petals:petals-bc-rest-junit:jar:2.2.1'
<dependency org="org.ow2.petals" name="petals-bc-rest-junit" rev="2.2.1">
<artifact name="petals-bc-rest-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-bc-rest-junit', version='2.2.1')
)
libraryDependencies += "org.ow2.petals" % "petals-bc-rest-junit" % "2.2.1"
[org.ow2.petals/petals-bc-rest-junit "2.2.1"]