Thanks to visit codestin.com
Credit goes to github.com

Skip to content

etdon/jbinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Universal Java Apache Maven

πŸš€ Getting Started

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

πŸ“¦ Building

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

About

Java library that assists with native bindings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages