| Группа | Группаcom.github.provigen |
|---|---|
| Идентификатор | ИдентификаторProviGen-parent |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ProviGen-parent-2.0.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.provigen/ProviGen-parent/ -->
<dependency>
<groupId>com.github.provigen</groupId>
<artifactId>ProviGen-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.provigen/ProviGen-parent/
implementation 'com.github.provigen:ProviGen-parent:2.0.0'
// https://jarcasting.com/artifacts/com.github.provigen/ProviGen-parent/
implementation ("com.github.provigen:ProviGen-parent:2.0.0")
'com.github.provigen:ProviGen-parent:pom:2.0.0'
<dependency org="com.github.provigen" name="ProviGen-parent" rev="2.0.0">
<artifact name="ProviGen-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.provigen', module='ProviGen-parent', version='2.0.0')
)
libraryDependencies += "com.github.provigen" % "ProviGen-parent" % "2.0.0"
[com.github.provigen/ProviGen-parent "2.0.0"]