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