Skip to content

brinvex/brinvex-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brinvex Java

Brinvex Java is a micro-library containing various helper utilities for Java.

Maven and JPMS Setup

<properties>
    <brinvex-java.version>1.40.8</brinvex-java.version>
</properties>    

<repository>
    <id>github-pubrepo-brinvex</id>
    <name>Github Public Repository - Brinvex</name>
    <url>https://github.com/brinvex/brinvex-pubrepo/raw/main/</url>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>

<dependency>
    <groupId>com.brinvex</groupId>
    <artifactId>brinvex-java</artifactId>
    <version>${brinvex-java.version}</version>
</dependency>

The library supports JPMS and exports the module named com.brinvex.java.

Requirements

Java 21 or above

License

The Brinvex Java is released under version 2.0 of the Apache License.

About

Brinvex Java is a micro-library containing various helper utilities for Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published