| Categories | 
                CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility | 
        
|---|---|
| GroupId | GroupIdorg.kie.commons | 
    
| ArtifactId | ArtifactIdkie-nio2-jgit | 
    
| Version | Version6.0.0.CR4-Pre1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.kie.commons/kie-nio2-jgit/ -->
<dependency>
    <groupId>org.kie.commons</groupId>
    <artifactId>kie-nio2-jgit</artifactId>
    <version>6.0.0.CR4-Pre1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.kie.commons/kie-nio2-jgit/
implementation 'org.kie.commons:kie-nio2-jgit:6.0.0.CR4-Pre1'
                // https://jarcasting.com/artifacts/org.kie.commons/kie-nio2-jgit/
implementation ("org.kie.commons:kie-nio2-jgit:6.0.0.CR4-Pre1")
                'org.kie.commons:kie-nio2-jgit:jar:6.0.0.CR4-Pre1'
                <dependency org="org.kie.commons" name="kie-nio2-jgit" rev="6.0.0.CR4-Pre1">
  <artifact name="kie-nio2-jgit" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.kie.commons', module='kie-nio2-jgit', version='6.0.0.CR4-Pre1')
)
                libraryDependencies += "org.kie.commons" % "kie-nio2-jgit" % "6.0.0.CR4-Pre1"
                [org.kie.commons/kie-nio2-jgit "6.0.0.CR4-Pre1"]