{"id":20298268,"url":"https://github.com/landawn/abacusutil","last_synced_at":"2025-04-11T12:54:47.763Z","repository":{"id":37319059,"uuid":"49120236","full_name":"landawn/AbacusUtil","owner":"landawn","description":"Release the power in Java programming","archived":false,"fork":false,"pushed_at":"2022-06-21T01:30:31.000Z","size":3109639,"stargazers_count":76,"open_issues_count":2,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-14T16:07:38.598Z","etag":null,"topics":["android","functional-programming","http-client","java","jdbc","json-parser","matrix","nosql","orm","sql","sql-builder","xml-parser"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/landawn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-06T07:30:39.000Z","updated_at":"2024-03-02T01:43:54.000Z","dependencies_parsed_at":"2022-08-30T06:11:21.544Z","dependency_job_id":null,"html_url":"https://github.com/landawn/AbacusUtil","commit_stats":null,"previous_names":[],"tags_count":143,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landawn%2FAbacusUtil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landawn%2FAbacusUtil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landawn%2FAbacusUtil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landawn%2FAbacusUtil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/landawn","download_url":"https://codeload.github.com/landawn/AbacusUtil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224650532,"owners_count":17346962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","functional-programming","http-client","java","jdbc","json-parser","matrix","nosql","orm","sql","sql-builder","xml-parser"],"created_at":"2024-11-14T16:08:34.647Z","updated_at":"2024-11-14T16:08:35.372Z","avatar_url":"https://github.com/landawn.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ~~Abacus-Util~~\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.landawn/abacus-common.svg)](https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-common/)\n[![Javadocs](https://www.javadoc.io/badge/com.landawn/abacus-common.svg)](https://www.javadoc.io/doc/com.landawn/labacus-common)\n\nA general programming library in Java/Android. It's easy to learn and simple to use with concise and powerful APIs.\n\n## Splitted into four projects: [abacus-common](https://github.com/landawn/abacus-common), [abacus-jdbc](https://github.com/landawn/abacus-jdbc), [abacus-da](https://github.com/landawn/abacus-da), [abacus-android](https://github.com/landawn/abacus-android) since 1.8.2. \n\n### Functional Programming:\n(It's very important to learn Lambdas and Stream APIs in Java 8 to get the best user experiences with the APIs provided in AbacusUtil)\n\n[What's New in Java 8](https://leanpub.com/whatsnewinjava8/read)\n\n[An introduction to the java.util.stream library](https://www.ibm.com/developerworks/library/j-java-streams-1-brian-goetz/index.html)\n\n[When to use parallel streams](http://gee.cs.oswego.edu/dl/html/StreamParallelGuidance.html)\n\n[Top Java 8 stream questions on stackoverflow](./Top_java_8_stream_questions_so.md)\n\n[Kotlin vs Java 8 on Collection](./Java_Kotlin.md)\n\n\n## User Guide:\nPlease refer to [Wiki](https://github.com/landawn/AbacusUtil/wiki), [Introduction to JDBC](https://www.javacodegeeks.com/2015/02/jdbc-tutorial.html), [Programming in JDBC/DB with JdbcUtil/PreparedQuery/SQLExecutor/Dao/Mapper](https://github.com/landawn/AbacusUtil/wiki/Programming-in-RDBMS-with-Jdbc,-Dao,-PreparedQuery-and-SQLExecutor-Mapper).\n\n\n## Recommended Java programming libraries/frameworks:\n[lombok](https://github.com/rzwitserloot/lombok), [Guava](https://github.com/google/guava), [Abacus-StreamEx](https://github.com/landawn/streamex), [Kyro](https://github.com/EsotericSoftware/kryo), [snappy-java](https://github.com/xerial/snappy-java), [lz4-java](https://github.com/lz4/lz4-java), [Caffeine](https://github.com/ben-manes/caffeine), [Ehcache](http://www.ehcache.org/), [Chronicle-Map](https://github.com/OpenHFT/Chronicle-Map), [echarts](https://github.com/apache/incubator-echarts), \n[Chartjs](https://github.com/chartjs/Chart.js), [Highcharts](https://www.highcharts.com/blog/products/highcharts/), [Apache POI](https://github.com/apache/poi)/[easyexcel](https://github.com/alibaba/easyexcel), [mapstruct](https://github.com/mapstruct/mapstruct), [Sharding-JDBC](https://github.com/apache/incubator-shardingsphere), [hppc](https://github.com/carrotsearch/hppc), [fastutil](https://github.com/vigna/fastutil) ...[awesome-java](https://github.com/akullpp/awesome-java)\n\n## Recommended Java programming tools:\n[Spotbugs](https://github.com/spotbugs/spotbugs), [JaCoCo](https://www.eclemma.org/jacoco/)...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandawn%2Fabacusutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flandawn%2Fabacusutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandawn%2Fabacusutil/lists"}