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.12.1.jar download
accent4j-1.12.1.pom download
accent4j-1.12.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cinchapi</groupId>
  <artifactId>accent4j</artifactId>
  <version>1.12.1</version>
</dependency>
Gradle Groovy
implementation 'com.cinchapi:accent4j:1.12.1'
Gradle Kotlin
implementation("com.cinchapi:accent4j:1.12.1")
Scala SBT
libraryDependencies += "com.cinchapi" % "accent4j" % "1.12.1"
Groovy Grape
@Grapes(
  @Grab(group='com.cinchapi', module='accent4j', version='1.12.1')
)
Apache Ivy
<dependency org="com.cinchapi" name="accent4j" rev="1.12.1" />
Leiningen
[com.cinchapi/accent4j "1.12.1"]
Apache Buildr
'com.cinchapi:accent4j:jar:1.12.1'