Sanne / gizmo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gizmo

A bytecode generation library...

Build

mvn clean install

Release

# Bump version and create the tag
mvn release:prepare
# Checkout the created tag and deploy the artifacts to Nexus
git checkout $TAG
mvn deploy -Prelease

The staging repository is automatically closed. The sync with Maven Central should take a few hours.

About

License:Apache License 2.0


Languages

Language:Java 100.0%