| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.polyglotted.attributerepo |
| Идентификатор | Идентификаторattribute-repo |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеGit Attribute Repository
A repository for managing attributes or property files for application artifacts based on Git
|
| Организация-разработчик |
Организация-разработчикPolyglotted Org |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| attribute-repo-1.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.polyglotted.attributerepo/attribute-repo/ -->
<dependency>
<groupId>org.polyglotted.attributerepo</groupId>
<artifactId>attribute-repo</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.polyglotted.attributerepo/attribute-repo/
implementation 'org.polyglotted.attributerepo:attribute-repo:1.0.0'
// https://jarcasting.com/artifacts/org.polyglotted.attributerepo/attribute-repo/
implementation ("org.polyglotted.attributerepo:attribute-repo:1.0.0")
'org.polyglotted.attributerepo:attribute-repo:pom:1.0.0'
<dependency org="org.polyglotted.attributerepo" name="attribute-repo" rev="1.0.0">
<artifact name="attribute-repo" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.polyglotted.attributerepo', module='attribute-repo', version='1.0.0')
)
libraryDependencies += "org.polyglotted.attributerepo" % "attribute-repo" % "1.0.0"
[org.polyglotted.attributerepo/attribute-repo "1.0.0"]