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