is not current version
Last Version 5.4.1.Final

org.modeshape:modeshape-connector-git 4.0.0.Alpha2

ModeShape Connector that access the content in a Git repository

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-connector-git
Version

Version

4.0.0.Alpha2
Type

Type

jar

Download modeshape-connector-git 4.0.0.Alpha2


<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-connector-git/ -->
<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-connector-git</artifactId>
    <version>4.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-connector-git/
implementation 'org.modeshape:modeshape-connector-git:4.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-connector-git/
implementation ("org.modeshape:modeshape-connector-git:4.0.0.Alpha2")
'org.modeshape:modeshape-connector-git:jar:4.0.0.Alpha2'
<dependency org="org.modeshape" name="modeshape-connector-git" rev="4.0.0.Alpha2">
  <artifact name="modeshape-connector-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-connector-git', version='4.0.0.Alpha2')
)
libraryDependencies += "org.modeshape" % "modeshape-connector-git" % "4.0.0.Alpha2"
[org.modeshape/modeshape-connector-git "4.0.0.Alpha2"]