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