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