Projects
Our collection of libraries and tools designed with simplicity and elegance in mind.
Write distributed Java applications as if all components are local.
Maven
<dependency> <groupId>dev.pixelib.meteor</groupId> <artifactId>meteor-core</artifactId> <version>1.0.4</version> </dependency>
Gradle
implementation 'dev.pixelib.meteor:meteor-core:1.0.4'
Elegant, no fuss java dependency injection framework. Feels like spring, without the weight.
Maven
<dependency> <groupId>dev.pixelib</groupId> <artifactId>needle</artifactId> <version>1.0.0</version> </dependency>
Gradle
implementation 'dev.pixelib:needle:1.0.0'
Navigate java objects as if its a JSON tree. No more reflection boilerplate or confusing type gymnastics.
Maven
<dependency> <groupId>dev.pixelib</groupId> <artifactId>reflection-path</artifactId> <version>1.0.0</version> </dependency>
Gradle
implementation 'dev.pixelib:reflection-path:1.0.0'
Want to contribute?
We welcome contributions to any of our projects. Whether it's improving documentation, fixing bugs, or adding new features, your help is appreciated.
Visit our GitHub