| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.1tchy.java9modular |
| Идентификатор | Идентификаторparent |
| Версия | Версия0.0.0.4 |
| Тип | Типpom |
| Описание |
Описаниеio.github.1tchy.java9modular:parent
(Parent) project to add Java 9 module-infos to other projects.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| parent-0.0.0.4.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.1tchy.java9modular/parent/ -->
<dependency>
<groupId>io.github.1tchy.java9modular</groupId>
<artifactId>parent</artifactId>
<version>0.0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.1tchy.java9modular/parent/
implementation 'io.github.1tchy.java9modular:parent:0.0.0.4'
// https://jarcasting.com/artifacts/io.github.1tchy.java9modular/parent/
implementation ("io.github.1tchy.java9modular:parent:0.0.0.4")
'io.github.1tchy.java9modular:parent:pom:0.0.0.4'
<dependency org="io.github.1tchy.java9modular" name="parent" rev="0.0.0.4">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.1tchy.java9modular', module='parent', version='0.0.0.4')
)
libraryDependencies += "io.github.1tchy.java9modular" % "parent" % "0.0.0.4"
[io.github.1tchy.java9modular/parent "0.0.0.4"]