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

๐Ÿ›  Utility methods for working with Java enumerated types

License

Notifications You must be signed in to change notification settings

thunken/numanuma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ›  numanuma

numanuma provides utility methods for working with Java enumerated types, including enum sets and other bit vectors.

Latest release

Release

To add a dependency on this project using Gradle, Maven, sbt, or Leiningen, we recommend using JitPack. The Maven group ID is com.github.thunken, and the artifact ID is numanuma.

For example, for Maven, first add the JitPack repository to your build file:

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

And then add the dependency:

	<dependency>
	    <groupId>com.github.thunken</groupId>
	    <artifactId>numanuma</artifactId>
	    <version>1.2.0</version>
	</dependency>

Documentation

The project's Javadoc is available online: https://thunken.github.io/numanuma/

About

๐Ÿ›  Utility methods for working with Java enumerated types

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages