is not current version
Last Version 2.1.12

com.landawn:abacus-util-se 1.8.17

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

Type

jar

Download abacus-util-se 1.8.17


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