is not current version
Last Version 2.1.12

com.landawn:abacus-util-se 1.10.5

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.10.5
Type

Type

jar

Download abacus-util-se 1.10.5


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