a

accent4j

Accent4J is a suite of libraries, helpers and data structures that make Java programming idioms more fluent.
http://cinchapi.com
The Apache License
Jeff Nelson
Files download
File Operation
accent4j-1.8.2.jar download
accent4j-1.8.2.pom download
accent4j-1.8.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cinchapi</groupId>
  <artifactId>accent4j</artifactId>
  <version>1.8.2</version>
</dependency>
Gradle Groovy
implementation 'com.cinchapi:accent4j:1.8.2'
Gradle Kotlin
implementation("com.cinchapi:accent4j:1.8.2")
Scala SBT
libraryDependencies += "com.cinchapi" % "accent4j" % "1.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.cinchapi', module='accent4j', version='1.8.2')
)
Apache Ivy
<dependency org="com.cinchapi" name="accent4j" rev="1.8.2" />
Leiningen
[com.cinchapi/accent4j "1.8.2"]
Apache Buildr
'com.cinchapi:accent4j:jar:1.8.2'