Important
Requirements:
- Java 22
πͺΆ Maven:
<repository>
<id>etdon-repo</id>
<url>https://repo.etdon.com/repository/maven-releases/</url>
</repository><dependency>
<groupId>com.etdon</groupId>
<artifactId>jbinder</artifactId>
<version>1.0.0</version>
</dependency>π Gradle:
maven {
url = uri("https://repo.etdon.com/repository/maven-releases/")
}dependencies {
implementation 'com.etdon:jbinder:1.0.0'
}The build management tool used for this project is Apache Maven. Executing the following command will install the compiled artifact into your local repository if no critical issues occur during any of the lifecycle phases.
mvn clean install