| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.carrot2.attributes |
| Идентификатор | Идентификаторattributes-parent |
| Последняя версия | Последняя версия1.3.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAttributes parent POM
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| attributes-parent-1.3.4.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-parent/ -->
<dependency>
<groupId>org.carrot2.attributes</groupId>
<artifactId>attributes-parent</artifactId>
<version>1.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-parent/
implementation 'org.carrot2.attributes:attributes-parent:1.3.4'
// https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-parent/
implementation ("org.carrot2.attributes:attributes-parent:1.3.4")
'org.carrot2.attributes:attributes-parent:pom:1.3.4'
<dependency org="org.carrot2.attributes" name="attributes-parent" rev="1.3.4">
<artifact name="attributes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.carrot2.attributes', module='attributes-parent', version='1.3.4')
)
libraryDependencies += "org.carrot2.attributes" % "attributes-parent" % "1.3.4"
[org.carrot2.attributes/attributes-parent "1.3.4"]