Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.22 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.22 KB

JPower

JPower Logo

JPower is a modular set of libraries similar to Apache Commons and Guava, with a twist. It's written to be used with Java 8's new features!

Authors

  • Logan Gorence - Project Maintainer and Developer
  • Kenneth Endfinger - Creator and Developer

Links

Contact Us

The JPower team can be found on EsperNET in #directcode

Maven Artifacts

You can depend on our artifacts via our Maven repository.

Gradle

You can pick from either of the follow repositories, depending on if you need the latest stable version or a snapshot.

repositories {
    maven {
        name = "dcsnapshots"
        url = "http://nexus.directcode.org/nexus/content/repositories/snapshots/"
    }
    maven {
        name = "dcreleases"
        url = "http://nexus.directcode.org/nexus/content/repositories/releases/"
    }
}

Sponsors

JPower is sponsored by JetBrains!

IntelliJ IDEA