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