| GroupId | GroupIdorg.objectweb.fractal.fractaladl.examples | 
|---|---|
| ArtifactId | ArtifactIdparent | 
| Version | Version2.4-alpha-5 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| parent-2.4-alpha-5.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/parent/ -->
<dependency>
    <groupId>org.objectweb.fractal.fractaladl.examples</groupId>
    <artifactId>parent</artifactId>
    <version>2.4-alpha-5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/parent/
implementation 'org.objectweb.fractal.fractaladl.examples:parent:2.4-alpha-5'// https://jarcasting.com/artifacts/org.objectweb.fractal.fractaladl.examples/parent/
implementation ("org.objectweb.fractal.fractaladl.examples:parent:2.4-alpha-5")'org.objectweb.fractal.fractaladl.examples:parent:pom:2.4-alpha-5'<dependency org="org.objectweb.fractal.fractaladl.examples" name="parent" rev="2.4-alpha-5">
  <artifact name="parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.objectweb.fractal.fractaladl.examples', module='parent', version='2.4-alpha-5')
)libraryDependencies += "org.objectweb.fractal.fractaladl.examples" % "parent" % "2.4-alpha-5"[org.objectweb.fractal.fractaladl.examples/parent "2.4-alpha-5"]