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