A serializable implementation of java.time.TemporalAmount. Designed to work with ninja.leaping.configurate
- Downloads
- Developing with the Library
- Issue Reporting
- Feature Requests
- Setting up a Workspace/Compiling from Source
- Development builds
- PGP Signing
- License
- Support
You can download all builds from:
You can easily use this library by including it as a maven dependency, as all releases get uploaded to our maven repository. (Replace {version}
with the
appropriate version!)
<repositories>
<repository>
<id>AuraDevelopmentTeam</id>
<url>https://maven.jnc.world</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>dev.aura.lib.sta</groupId>
<artifactId>SerializableTemporalAmount</artifactId>
<version>{version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
repositories {
maven {
name "AuraDevelopmentTeam"
url "https://maven.jnc.world"
}
}
dependencies {
compile "dev.aura.lib.sta:SerializableTemporalAmount:{version}"
}
If you found a bug or even are experiencing a crash please report it so we can fix it. Please check at first if a bug report for the issue already exits. If not just create a new issue and fill out the form.
Please include the following:
- Version Lib version
- Java version
- For crashes:
- Steps to reproduce
- Logs if available
(When creating a new issue please follow the template)
If you want a new feature added, go ahead an open a new issue, remove the existing form and
describe your feature the best you can. The more details you provide the easier it will be implementing it.
You can also talk to us on Discord.
- Clone:
Clone the repository like this:git clone --recursive https://github.com/AuraDevelopmentTeam/SerializableTemporalAmount.git
- IDE-Setup:
Run [gradle] in the repository root:./gradlew installLombok <eclipse|idea>
- Build:
Run [gradle] in the repository root:./gradlew build
. The build will be inbuild/libs
- If obscure Gradle issues are found try running
./gradlew cleanCache clean
All files will be signed with PGP.
The public key to verify it can be found in misc/publicKey.asc
. The signatures of the files will also be found in the maven.
Version Lib is licensed under the MIT License
If you need help with anything, want to discuss issues or suggestions, or just want to say hi, you can visit our Discord Server (https://discord.me/bungeechat).
Thanks for scrolling down so far!
We are developing this plugin (and others!) as well as providing constant support for all our plugins free of charge so that as many people as possible can use
it! Since it is still a lot of work we would really appreciate it if you could support us on Patreon!
We build our computer (systems) the way we build our cities: over time, without a plan, on top of ruins.
— Ellen Ullman