| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jodreports.poms |
| Идентификатор | Идентификаторjodreports-parent |
| Последняя версия | Последняя версия1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJODReports :: Parent POM
Maven Parent POM for all JODReports modules.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jodreports-parent-1.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jodreports.poms/jodreports-parent/ -->
<dependency>
<groupId>org.jodreports.poms</groupId>
<artifactId>jodreports-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jodreports.poms/jodreports-parent/
implementation 'org.jodreports.poms:jodreports-parent:1'
// https://jarcasting.com/artifacts/org.jodreports.poms/jodreports-parent/
implementation ("org.jodreports.poms:jodreports-parent:1")
'org.jodreports.poms:jodreports-parent:pom:1'
<dependency org="org.jodreports.poms" name="jodreports-parent" rev="1">
<artifact name="jodreports-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jodreports.poms', module='jodreports-parent', version='1')
)
libraryDependencies += "org.jodreports.poms" % "jodreports-parent" % "1"
[org.jodreports.poms/jodreports-parent "1"]