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