is not current version
Last Version 1.12.1

com.cinchapi:accent4j 1.6.1

Accent4J is a suite of libraries, helpers and data structures that make Java programming idioms more fluent.

GroupId

GroupId

com.cinchapi
ArtifactId

ArtifactId

accent4j
Version

Version

1.6.1
Type

Type

jar

Download accent4j 1.6.1


<!-- https://jarcasting.com/artifacts/com.cinchapi/accent4j/ -->
<dependency>
    <groupId>com.cinchapi</groupId>
    <artifactId>accent4j</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cinchapi/accent4j/
implementation 'com.cinchapi:accent4j:1.6.1'
// https://jarcasting.com/artifacts/com.cinchapi/accent4j/
implementation ("com.cinchapi:accent4j:1.6.1")
'com.cinchapi:accent4j:jar:1.6.1'
<dependency org="com.cinchapi" name="accent4j" rev="1.6.1">
  <artifact name="accent4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cinchapi', module='accent4j', version='1.6.1')
)
libraryDependencies += "com.cinchapi" % "accent4j" % "1.6.1"
[com.cinchapi/accent4j "1.6.1"]