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