Skip to content

A serializable implementation of java.time.TemporalAmount. Designed to work with ninja.leaping.configurate

License

Notifications You must be signed in to change notification settings

AuraDevelopmentTeam/SerializableTemporalAmount

Repository files navigation

Serializable Temporal Amount

Current Version Build Status Coverage Report Codacy Badge Issue Stats License

A serializable implementation of java.time.TemporalAmount. Designed to work with ninja.leaping.configurate

Table of Contents

Downloads

You can download all builds from:

Developing with the Library

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!)

Maven

<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>

Gradle

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.

Setting up a Workspace/Compiling from Source

  • 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 in build/libs
  • If obscure Gradle issues are found try running ./gradlew cleanCache clean

PGP Signing

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.

License

Version Lib is licensed under the MIT License

Support

Getting Support

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).

Supporting us!

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!

Become a Patreon

Random Quote

We build our computer (systems) the way we build our cities: over time, without a plan, on top of ruins.

— Ellen Ullman

About

A serializable implementation of java.time.TemporalAmount. Designed to work with ninja.leaping.configurate

Resources

License

Stars

Watchers

Forks

Packages

No packages published