Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdmodeshape-client |
Version | Version4.0.0.Alpha3 |
Type | Typepom |
Filename | Size |
---|---|
modeshape-client-4.0.0.Alpha3.pom | |
modeshape-client-4.0.0.Alpha3.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-client/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-client</artifactId>
<version>4.0.0.Alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-client/
implementation 'org.modeshape:modeshape-client:4.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-client/
implementation ("org.modeshape:modeshape-client:4.0.0.Alpha3")
'org.modeshape:modeshape-client:pom:4.0.0.Alpha3'
<dependency org="org.modeshape" name="modeshape-client" rev="4.0.0.Alpha3">
<artifact name="modeshape-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-client', version='4.0.0.Alpha3')
)
libraryDependencies += "org.modeshape" % "modeshape-client" % "4.0.0.Alpha3"
[org.modeshape/modeshape-client "4.0.0.Alpha3"]