is not current version
Last Version 1.2.9

com.landawn:abacus-util-all 0.9.10

A general programming library in Java

GroupId

GroupId

com.landawn
ArtifactId

ArtifactId

abacus-util-all
Version

Version

0.9.10
Type

Type

jar

Download abacus-util-all 0.9.10


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