GroupId | GroupIdorg.carrot2.attributes |
---|---|
ArtifactId | ArtifactIdattributes-processor |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
attributes-processor-1.3.3.pom | |
attributes-processor-1.3.3.jar | 1 MB |
attributes-processor-1.3.3-sources.jar | 22 KB |
attributes-processor-1.3.3-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-processor/ -->
<dependency>
<groupId>org.carrot2.attributes</groupId>
<artifactId>attributes-processor</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-processor/
implementation 'org.carrot2.attributes:attributes-processor:1.3.3'
// https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-processor/
implementation ("org.carrot2.attributes:attributes-processor:1.3.3")
'org.carrot2.attributes:attributes-processor:jar:1.3.3'
<dependency org="org.carrot2.attributes" name="attributes-processor" rev="1.3.3">
<artifact name="attributes-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carrot2.attributes', module='attributes-processor', version='1.3.3')
)
libraryDependencies += "org.carrot2.attributes" % "attributes-processor" % "1.3.3"
[org.carrot2.attributes/attributes-processor "1.3.3"]