Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
/ webJ Public archive

Low level web application framework.

License

Notifications You must be signed in to change notification settings

maxmielchen/webJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webJ

Low level web application framework.

Import in maven project

<repositories>
    <repository>
        <id>package</id>
        <name>VelocityPackage Maven Repository</name>
        <url>https://central.velocitypackage.com/repository/package/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.velocitypackage</groupId>
        <artifactId>webJ</artifactId>
        <version>TAG</version>
    </dependency>
</dependencies>