GroupId | GroupIdorg.modeshape.examples |
---|---|
ArtifactId | ArtifactIdgetting_started |
Version | Version2.6.0.Final |
Type | Typepom |
Filename | Size |
---|---|
getting_started-2.6.0.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.6.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/
implementation 'org.modeshape.examples:getting_started:2.6.0.Final'
// https://jarcasting.com/artifacts/org.modeshape.examples/getting_started/
implementation ("org.modeshape.examples:getting_started:2.6.0.Final")
'org.modeshape.examples:getting_started:pom:2.6.0.Final'
<dependency org="org.modeshape.examples" name="getting_started" rev="2.6.0.Final">
<artifact name="getting_started" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.modeshape.examples', module='getting_started', version='2.6.0.Final')
)
libraryDependencies += "org.modeshape.examples" % "getting_started" % "2.6.0.Final"
[org.modeshape.examples/getting_started "2.6.0.Final"]