Skip to content

A simple API that allows modifications on the integer cache

License

Notifications You must be signed in to change notification settings

illuminator3/IntCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntCache (b0.1)

GitHub issues GitHub forks GitHub stars GitHub license dependencies Hits

This is just a fun project of mine inspired by this codegolf.

Building

Building the project is really easy. First you'll have to clone the repository: git clone https://github.com/illuminator3/IntCache after that's done building the project can be done by running gradle build .

Dependency installation

Maven

Add the jitpack repository:

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

Find the correct commit version (e.g. 7c52229960) (can also be found here). Use it as the dependency version:

<dependency>
    <groupId>com.github.illuminator3</groupId>
    <artifactId>IntCache</artifactId>
    <version>[version]</version>
</dependency>

Gradle

Register the jitpack repository:

maven { url 'https://jitpack.io' }

Find the version here and add the dependency:

implementation 'com.github.illuminator3:IntCache:<version>'

Contribution

You can contribute by creating an issue or pull request. Please keep the code clean and readable. All contributed code must be in the already present code format.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

About

A simple API that allows modifications on the integer cache

Resources

License

Stars

Watchers

Forks

Languages