A lightweight, pure Java library implementing the Git version control system.
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>7.6.0.202603022253-r</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a new Git repository using JGit's high-level API.
For full Git compatibility, consider using native Git command-line tools for complex operations.
No dependency data recorded yet.