GroupId | GroupIdcom.landawn |
---|---|
ArtifactId | ArtifactIdabacus-util |
Version | Version0.9.62 |
Type | Typejar |
Filename | Size |
---|---|
abacus-util-0.9.62.pom | |
abacus-util-0.9.62.jar | 5 MB |
abacus-util-0.9.62-sources.jar | 205 bytes |
abacus-util-0.9.62-javadoc.jar | 206 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.landawn/abacus-util/ -->
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-util</artifactId>
<version>0.9.62</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/abacus-util/
implementation 'com.landawn:abacus-util:0.9.62'
// https://jarcasting.com/artifacts/com.landawn/abacus-util/
implementation ("com.landawn:abacus-util:0.9.62")
'com.landawn:abacus-util:jar:0.9.62'
<dependency org="com.landawn" name="abacus-util" rev="0.9.62">
<artifact name="abacus-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='abacus-util', version='0.9.62')
)
libraryDependencies += "com.landawn" % "abacus-util" % "0.9.62"
[com.landawn/abacus-util "0.9.62"]