| Категории |
КатегорииJUnit Тестирование компонентов ORM Данные |
|---|---|
| Группа | Группаorg.junit.platform |
| Идентификатор | Идентификаторjunit-platform-launcher |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| junit-platform-launcher-1.0.0.pom | |
| junit-platform-launcher-1.0.0.jar | 52 KB |
| junit-platform-launcher-1.0.0-sources.jar | 38 KB |
| junit-platform-launcher-1.0.0-javadoc.jar | 85 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.junit.platform/junit-platform-launcher/ -->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-launcher/
implementation 'org.junit.platform:junit-platform-launcher:1.0.0'
// https://jarcasting.com/artifacts/org.junit.platform/junit-platform-launcher/
implementation ("org.junit.platform:junit-platform-launcher:1.0.0")
'org.junit.platform:junit-platform-launcher:jar:1.0.0'
<dependency org="org.junit.platform" name="junit-platform-launcher" rev="1.0.0">
<artifact name="junit-platform-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.junit.platform', module='junit-platform-launcher', version='1.0.0')
)
libraryDependencies += "org.junit.platform" % "junit-platform-launcher" % "1.0.0"
[org.junit.platform/junit-platform-launcher "1.0.0"]