| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.e-hoffman.testing |
| Идентификатор | ИдентификаторTestingUtilsParent |
| Последняя версия | Последняя версия1.5.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTestingUtilsParent
A parent pom for opensource projects. It only configures plugins, some extensively, but leaves the project classpath alone.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| TestingUtilsParent-1.5.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/TestingUtilsParent/ -->
<dependency>
<groupId>org.e-hoffman.testing</groupId>
<artifactId>TestingUtilsParent</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestingUtilsParent/
implementation 'org.e-hoffman.testing:TestingUtilsParent:1.5.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestingUtilsParent/
implementation ("org.e-hoffman.testing:TestingUtilsParent:1.5.0")
'org.e-hoffman.testing:TestingUtilsParent:pom:1.5.0'
<dependency org="org.e-hoffman.testing" name="TestingUtilsParent" rev="1.5.0">
<artifact name="TestingUtilsParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='TestingUtilsParent', version='1.5.0')
)
libraryDependencies += "org.e-hoffman.testing" % "TestingUtilsParent" % "1.5.0"
[org.e-hoffman.testing/TestingUtilsParent "1.5.0"]