| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.ifrugal |
| Идентификатор | Идентификаторtest-child |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
ОписаниеiFrugal-parent
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| test-child-1.0.pom | |
| test-child-1.0.jar | 2 KB |
| test-child-1.0-sources.jar | 684 bytes |
| test-child-1.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ifrugal/test-child/ -->
<dependency>
<groupId>com.github.ifrugal</groupId>
<artifactId>test-child</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ifrugal/test-child/
implementation 'com.github.ifrugal:test-child:1.0'
// https://jarcasting.com/artifacts/com.github.ifrugal/test-child/
implementation ("com.github.ifrugal:test-child:1.0")
'com.github.ifrugal:test-child:jar:1.0'
<dependency org="com.github.ifrugal" name="test-child" rev="1.0">
<artifact name="test-child" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ifrugal', module='test-child', version='1.0')
)
libraryDependencies += "com.github.ifrugal" % "test-child" % "1.0"
[com.github.ifrugal/test-child "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.14.3 |