License |
License |
---|---|
GroupId | GroupIdcom.landawn |
ArtifactId | ArtifactIdabacus-common |
Last Version | Last Version3.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionabacus-common
A general programming library in Java/Android. It's easy to learn and simple to use with concise and powerful APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
abacus-common-3.1.5.pom | |
abacus-common-3.1.5-sources.jar | 1 MB |
abacus-common-3.1.5-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.landawn/abacus-common/ -->
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/abacus-common/
implementation 'com.landawn:abacus-common:3.1.5'
// https://jarcasting.com/artifacts/com.landawn/abacus-common/
implementation ("com.landawn:abacus-common:3.1.5")
'com.landawn:abacus-common:jar:3.1.5'
<dependency org="com.landawn" name="abacus-common" rev="3.1.5">
<artifact name="abacus-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='abacus-common', version='3.1.5')
)
libraryDependencies += "com.landawn" % "abacus-common" % "3.1.5"
[com.landawn/abacus-common "3.1.5"]