| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.github.codeteapot.maven.plugin-testing |
| Идентификатор | Идентификаторmaven-plugin-testing-harness |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMaven Plugin Testing Harness
Mechanisms to manage tests on Mojo
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| maven-plugin-testing-harness-1.1.1.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness/ -->
<dependency>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness/
implementation 'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness:1.1.1'
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness/
implementation ("com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness:1.1.1")
'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness:pom:1.1.1'
<dependency org="com.github.codeteapot.maven.plugin-testing" name="maven-plugin-testing-harness" rev="1.1.1">
<artifact name="maven-plugin-testing-harness" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.codeteapot.maven.plugin-testing', module='maven-plugin-testing-harness', version='1.1.1')
)
libraryDependencies += "com.github.codeteapot.maven.plugin-testing" % "maven-plugin-testing-harness" % "1.1.1"
[com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness "1.1.1"]