is not current version
Last Version 2.3.17

com.landawn:abacus-common-se 2.3.2

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

Version

2.3.2
Type

Type

jar

Download abacus-common-se 2.3.2


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