| Категории |
КатегорииJava Языки программирования JUnit Тестирование компонентов |
|---|---|
| Группа | Группаcom.lordofthejars.diferencia |
| Идентификатор | Идентификаторdiferencia-java-junit5 |
| Версия | Версия0.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| diferencia-java-junit5-0.6.0.pom | |
| diferencia-java-junit5-0.6.0.jar | 6 KB |
| diferencia-java-junit5-0.6.0-sources.jar | 4 KB |
| diferencia-java-junit5-0.6.0-javadoc.jar | 410 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-junit5/ -->
<dependency>
<groupId>com.lordofthejars.diferencia</groupId>
<artifactId>diferencia-java-junit5</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-junit5/
implementation 'com.lordofthejars.diferencia:diferencia-java-junit5:0.6.0'
// https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-junit5/
implementation ("com.lordofthejars.diferencia:diferencia-java-junit5:0.6.0")
'com.lordofthejars.diferencia:diferencia-java-junit5:jar:0.6.0'
<dependency org="com.lordofthejars.diferencia" name="diferencia-java-junit5" rev="0.6.0">
<artifact name="diferencia-java-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars.diferencia', module='diferencia-java-junit5', version='0.6.0')
)
libraryDependencies += "com.lordofthejars.diferencia" % "diferencia-java-junit5" % "0.6.0"
[com.lordofthejars.diferencia/diferencia-java-junit5 "0.6.0"]