GroupId | GroupIdorg.modeshape.examples |
---|---|
ArtifactId | ArtifactIdgetting_started |
Version | Version2.8.3.Final |
Type | Typepom |
Description |
DescriptionModeShape Getting Started examples
|
Filename | Size |
---|---|
getting_started-2.8.3.Final.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/ -->
<dependency>
<groupId>org.modeshape.examples</groupId>
<artifactId>getting_started</artifactId>
<version>2.8.3.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/
implementation 'org.modeshape.examples:getting_started:2.8.3.Final'
// https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/
implementation ("org.modeshape.examples:getting_started:2.8.3.Final")
'org.modeshape.examples:getting_started:pom:2.8.3.Final'
<dependency org="org.modeshape.examples" name="getting_started" rev="2.8.3.Final">
<artifact name="getting_started" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape.examples', module='getting_started', version='2.8.3.Final')
)
libraryDependencies += "org.modeshape.examples" % "getting_started" % "2.8.3.Final"
[org.modeshape.examples/getting_started "2.8.3.Final"]