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