is not current version
Last Version 2.1.12

com.landawn:abacus-util 2.1.8

A general programming library in Java/Android. It's easy to learn and simple to use with concise and powerful APIs.

GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

abacus-util
Version

Version

2.1.8
Type

Type

jar

Download abacus-util 2.1.8


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