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