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