| License |
License |
|---|---|
| GroupId | GroupIdcom.landawn |
| ArtifactId | ArtifactIdabacus-common-se |
| Last Version | Last Version2.3.17 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionabacus-common-se
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-se-2.3.17.pom | |
| abacus-common-se-2.3.17-sources.jar | 990 KB |
| abacus-common-se-2.3.17-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.landawn/abacus-common-se/ -->
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common-se</artifactId>
<version>2.3.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.landawn/abacus-common-se/
implementation 'com.landawn:abacus-common-se:2.3.17'
// https://jarcasting.com/artifacts/com.landawn/abacus-common-se/
implementation ("com.landawn:abacus-common-se:2.3.17")
'com.landawn:abacus-common-se:jar:2.3.17'
<dependency org="com.landawn" name="abacus-common-se" rev="2.3.17">
<artifact name="abacus-common-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landawn', module='abacus-common-se', version='2.3.17')
)
libraryDependencies += "com.landawn" % "abacus-common-se" % "2.3.17"
[com.landawn/abacus-common-se "2.3.17"]