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