A list of useful Java frameworks, libraries, software and hello worlds examples
-
Updated
Oct 13, 2020 - Java
{{ message }}
A list of useful Java frameworks, libraries, software and hello worlds examples
ObjectiveSQL is an ORM framework in Java base on ActiveRecord pattern, which encourages rapid development and clean, codes with the least and convention over configuration.
This is an umbrella issue to cover all the things we need regarding documentation for 2.0:
mvn verify (mvn javadoc plugin) #275TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
JLaTexMath for Android 完美支持、数学、物理、化学公式、汉字解析、图文混排、Mathml、LaTex
A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
Core Java APIs for TypeScript / JavaScript / JSweet
Euphoria is an open source Java API for creating unified big-data processing flows. It provides an engine independent programming model which can express both batch and stream transformations.
GeoPackage Java Library
A financial API for managing transactions. It is built with Java, Spring Boot, and Spring Framework.
Simple Java Api for 微博图床,使用简单的api即可完成上传图片
A Java API that provides an easy-to-use way to store data using the YAML format.
Java Telegram Bot API
中泰证券xtp java api for win\linux\mac
Tagged Image File Format Java Library
A Java API for the yahoo weather service
Java API for Airtable (http://www.airtable.com)
A java API for MiLight light bulbs. Other brands of light bulbs are also compatible, for instance EasyBulb, LimitlessLED, etc.
1- hasOnlyOneElementSatisfying is deprecated, we need to use singleElement()
warning: [deprecation] hasOnlyOneElementSatisfying(Consumer<? super ELEMENT>) in AbstractIterableAssert has been deprecated
.hasOnlyOneElementSatisfying(throwable -> {
^
For example:
assertThat(errorMessages)
.hasSize(1)
.hasOnlyOneElementSatGeoPackage Core Java Library
RadioBrowser Java API library
Java API and implementation for Schoology (https://schoology.com)
Simple Features Well-Known Binary Java Library
Add a description, image, and links to the java-api topic page so that developers can more easily learn about it.
To associate your repository with the java-api topic, visit your repo's landing page and select "manage topics."
Describe the bug
It currently seems to be impossible to add a new public key to user's account using
GHMyself.POST /user/keysis the relevant GitHub API endpoint.To Reproduce
Read docs on
GHMyselfand observe the method not being presentExpected behavior
`GHMyself::addK