is not current version
Last Version 2.8.3.Final

org.modeshape.examples:getting_started 2.5.0.Beta1


GroupId

GroupId

org.modeshape.examples
ArtifactId

ArtifactId

getting_started
Version

Version

2.5.0.Beta1
Type

Type

pom

Download getting_started 2.5.0.Beta1


<!-- https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/ -->
<dependency>
    <groupId>org.modeshape.examples</groupId>
    <artifactId>getting_started</artifactId>
    <version>2.5.0.Beta1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/
implementation 'org.modeshape.examples:getting_started:2.5.0.Beta1'
// https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/
implementation ("org.modeshape.examples:getting_started:2.5.0.Beta1")
'org.modeshape.examples:getting_started:pom:2.5.0.Beta1'
<dependency org="org.modeshape.examples" name="getting_started" rev="2.5.0.Beta1">
  <artifact name="getting_started" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape.examples', module='getting_started', version='2.5.0.Beta1')
)
libraryDependencies += "org.modeshape.examples" % "getting_started" % "2.5.0.Beta1"
[org.modeshape.examples/getting_started "2.5.0.Beta1"]