π§΅ OpenLoom v0.0.2 β Packaging Fix Release π¦
This minor release fixes a key packaging issue from v0.0.1, ensuring the artifact is recognized properly in IDEs and dependency managers.
π§ Fixes
- β
Proper JAR Packaging
- The library is now published correctly as a
.jar
file (not shown as a folder) when added via Maven or Gradle. - Resolves IDE issues where the dependency was not recognized as a compiled JAR.
- The library is now published correctly as a
π¦ Dependency Example
<dependency>
<groupId>io.github.raghul-tech</groupId>
<artifactId>openloom</artifactId>
<version>0.0.2</version>
</dependency>
π Quick Links
π¦ Maven Central
π Javadoc
π Source Code
π‘ Examples Folder
β Support OpenLoom
β Requirements
Java 8 or above (JDK 17+ recommended)