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