GroupId | GroupIdorg.ow2.petals.samples |
---|---|
ArtifactId | ArtifactIdpetals-artefacts |
Version | Version1 |
Type | Typepom |
Filename | Size |
---|---|
petals-artefacts-1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/ -->
<dependency>
<groupId>org.ow2.petals.samples</groupId>
<artifactId>petals-artefacts</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/
implementation 'org.ow2.petals.samples:petals-artefacts:1'
// https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/
implementation ("org.ow2.petals.samples:petals-artefacts:1")
'org.ow2.petals.samples:petals-artefacts:pom:1'
<dependency org="org.ow2.petals.samples" name="petals-artefacts" rev="1">
<artifact name="petals-artefacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.samples', module='petals-artefacts', version='1')
)
libraryDependencies += "org.ow2.petals.samples" % "petals-artefacts" % "1"
[org.ow2.petals.samples/petals-artefacts "1"]