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