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