is not current version
Last Version 5.4.1.Final

org.modeshape:modeshape-client 4.0.0.Alpha1

Library that allows ModeShape Tools to interact with ModeShape

Categories

Categories

CLI User Interface
GroupId

GroupId

org.modeshape
ArtifactId

ArtifactId

modeshape-client
Version

Version

4.0.0.Alpha1
Type

Type

pom

Download modeshape-client 4.0.0.Alpha1


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