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