Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
Stop Storing Third-Party Tokens in Your Database
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
xmltask provides the facility for automatically editing XML files as part of an Ant build. Unlike the standard filter task provided with Ant, it is XML-sensitive, but doesn't require you to define XSLTs.
Log bytecode enhancer: Will surround each logging statement with "isXXXEnabled()" call. So stop messing up your code with such non-productive code. Supports log4j, JDK logging, Apache Commons Logging and SLF4J. Based on just4log, Ant Task included
Ant Task for checking Java Resourcebundles. It checks for existence of all keys in each bundle, duplicate keys, existence of forbidden chars (e.g. special characters like umlauts) and continuous usage of placeholders.
Jipes provides open source Java APIs deeply integrated into the Oracle RDBMS, including an Ant task for building and exporting database objects. A Java Data Cartridge replacing database links is also in process.
Java library offering theory of sets/set theory functionality (complement, intersection, symetric difference, union, cartesian product and powerset). There's also an ant task/ant tasks included that provides the library's functionality
Ant-Doxygen is an Ant task for doxygen, a document generating tool available at www.doxygen.org . Users can integrate doxygen related code with ant task file - build.xml .
JsBuild is a simple and easy to use ANT-task for compressing and packaging JavaScript files. It aims to be a versatile tool for packaging javascript files.
FileFinder is an Ant task that searches for files in the filesystem and also is able to search recursively inside compressed files like zip, gzip,
tar, tgz, tar.gz, jar, war and ear. It allows to search using wildcards.
Currently Erlang Ant Library contains one task for compilation Erlang source files. In near future will be added task to generate documentation for Erlang programs by EDoc. In some later release a task to run unit test by EUnit is planed.
MakeRunScript creates a run script for your application. Even if you are developing on windows, you can make a run script for *nix and vice versa. If you've used the built-in javatask before, you already know how to use 90% of MakeRunScript.
Launch4l is a generator of launch scripts for Java applications on Linux. The application's jar file can be wrapped into the launch script. Projects are described by xml files. Launch4l can be used on command line or as Apache Ant task.
Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. The Clirr Ant task can break the build if it detects incompatible api changes, making it easy to prevent accidental introduction of compatibiliy issues.
Sopi is an Ant task that instruments System.out.println() statements in place. System.out.println("Hello") becomes System.out.println("test.java, 43: " + "Hello"). It grew from a need for the Java equivalent of the C Macros __LINE__ and __FILE__.
Cpp Ant task implementation.
The project is simple cpp ant task implementation. It is intended to be platform independent but it requires presence of cpp preprocessor somewhere in searchpath.
Ant dialog is an ant task with extended features to the standard input ant task. The dialog tasks supports Combos, Radio-Buttons, Checkboxes. Additional validation of required fields is supported.