JavaXT
|
|
JavaXT CoreThe javaxt-core library provides a number of functions not available in the standard JDK. It is an extension of the Java core, written to simplify Java development. Check out the key features and browse the documentation to learn more. Download javaxt-core
Current Version: 2.1.9
Release Date: 9/21/2024 File Size: 830 KB File Format: Zip Includes: Jar File and Source Code Key Features
Java CompatibilityThe javaxt-core library is compatible with all versions of Java from 1.8 to the current release. The library has no dependencies.LicenseAll JavaXT libraries are free and open source released under a permissive MIT license. This software comes with no guarantees or warranties. You may use this software in any open source or commercial project.Maven SupportIf you're a Maven user, you can configure your pom.xml to pull releases directly from this site. To add javaxt-core to your project, simply add this site to your list of repositories and add a dependency. XML snippits below. See the downloads page for more information.Add Maven Repository
<repositories> <repository> <id>javaxt.com</id> <url>https://www.javaxt.com/maven</url> </repository> </repositories> Add Maven Dependency
<dependencies> <dependency> <groupId>javaxt</groupId> <artifactId>javaxt-core</artifactId> <version>2.1.9</version> </dependency> </dependencies> |