License |
License |
---|---|
GroupId | GroupIdcom.cinchapi |
ArtifactId | ArtifactIdaccent4j |
Last Version | Last Version1.12.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAccent4J
Accent4J is a suite of libraries, helpers and data structures that make Java programming idioms more fluent.
|
Project URL |
Project URL |
Filename | Size |
---|---|
accent4j-1.12.1.pom | |
accent4j-1.12.1.jar | 127 KB |
accent4j-1.12.1-sources.jar | 111 KB |
accent4j-1.12.1-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cinchapi/accent4j/ -->
<dependency>
<groupId>com.cinchapi</groupId>
<artifactId>accent4j</artifactId>
<version>1.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cinchapi/accent4j/
implementation 'com.cinchapi:accent4j:1.12.1'
// https://jarcasting.com/artifacts/com.cinchapi/accent4j/
implementation ("com.cinchapi:accent4j:1.12.1")
'com.cinchapi:accent4j:jar:1.12.1'
<dependency org="com.cinchapi" name="accent4j" rev="1.12.1">
<artifact name="accent4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cinchapi', module='accent4j', version='1.12.1')
)
libraryDependencies += "com.cinchapi" % "accent4j" % "1.12.1"
[com.cinchapi/accent4j "1.12.1"]
Group / Artifact | Type | Version |
---|---|---|
org.fusesource.jansi : jansi | jar | 1.11 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
com.google.guava : guava | jar | 25.1-jre |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |