License |
License |
---|---|
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdmodeshape |
Version | Version5.4.1.Final |
Type | Typepom |
Description |
DescriptionModeShape
Builds the entire ModeShape distribution.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
modeshape-5.4.1.Final.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape</artifactId>
<version>5.4.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape/
implementation 'org.modeshape:modeshape:5.4.1.Final'
// https://jarcasting.com/artifacts/org.modeshape/modeshape/
implementation ("org.modeshape:modeshape:5.4.1.Final")
'org.modeshape:modeshape:pom:5.4.1.Final'
<dependency org="org.modeshape" name="modeshape" rev="5.4.1.Final">
<artifact name="modeshape" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape', version='5.4.1.Final')
)
libraryDependencies += "org.modeshape" % "modeshape" % "5.4.1.Final"
[org.modeshape/modeshape "5.4.1.Final"]