JavaXT
|
|
JavaXT CoreThe javaxt-core library contains a number of utilities used to simplify Java development. Check out the key features and browse the documentation to learn more. Download javaxt-core
Current Version: 2.1.10
Release Date: 3/24/2025 File Size: 832 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.10</version> </dependency> </dependencies> |