License |
License |
---|---|
GroupId | GroupIdorg.carrot2.attributes |
ArtifactId | ArtifactIdattributes-processor |
Last Version | Last Version1.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAttributes metadata annotation processor
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
<!-- 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"]