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