is not current version
Last Version 2.1.12

com.landawn:abacus-util-se 1.20.36

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-se
Version

Version

1.20.36
Type

Type

jar

Download abacus-util-se 1.20.36


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